GCMicroGamepad.ReportsAbsoluteDpadValues 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 a value that controls whether D-pad values are measured from the physical center of the touchpad or from the point that the user first touches.
public virtual bool ReportsAbsoluteDpadValues { [Foundation.Export("reportsAbsoluteDpadValues")] get; [Foundation.Export("setReportsAbsoluteDpadValues:")] set; }
member this.ReportsAbsoluteDpadValues : bool with get, set
Property Value
A value that controls whether D-pad values are measured from the physical center of the touchpad or from the point that the user first touches. The default is false
, to indicate that inputs are measured from the place that the user first touches.
- Attributes