InputInjector.InjectMouseInput Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends programmatically generated mouse input to the system.
public:
virtual void InjectMouseInput(IIterable<InjectedInputMouseInfo ^> ^ input) = InjectMouseInput;
void InjectMouseInput(IIterable<InjectedInputMouseInfo> const& input);
public void InjectMouseInput(IEnumerable<InjectedInputMouseInfo> input);
function injectMouseInput(input)
Public Sub InjectMouseInput (input As IEnumerable(Of InjectedInputMouseInfo))
Parameters
The mouse input specified by InjectedInputMouseInfo.
Examples
Here are some downloadable samples demonstrating basic input and input injection:
Remarks
Important
The APIs in this namespace require the inputInjectionBrokered restricted capability.
Using input injection requires the following be added to the Package.appxmanifest:
- To
<Package>
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="rescap"
- To
<Capabilities>
<rescap:Capability Name="inputInjectionBrokered" />