InjectedInputGamepadInfo.LeftTrigger Property
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.
Gets or sets the position of the left trigger.
public:
property double LeftTrigger { double get(); void set(double value); };
double LeftTrigger();
void LeftTrigger(double value);
public double LeftTrigger { get; set; }
var double = injectedInputGamepadInfo.leftTrigger;
injectedInputGamepadInfo.leftTrigger = double;
Public Property LeftTrigger As Double
Property Value
Double
double
A value between 0.0 (not depressed) and 1.0 (fully depressed).
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" />