GCMicroGamepadSnapShotDataV100 Struct
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.
Represents the instantaneous state of a micro gamepad in V100 format at a point in time.
public struct GCMicroGamepadSnapShotDataV100
type GCMicroGamepadSnapShotDataV100 = struct
- Inheritance
-
GCMicroGamepadSnapShotDataV100
Fields
| Name | Description |
|---|---|
| ButtonA |
The value of ButtonA when the snapshot was taken. |
| ButtonX |
The value of ButtonX when the snapshot was taken. |
| DPadX |
The |
| DPadY |
The |
| Size |
The size of the snapshot, in bytes. |
| Version |
The micro gamepad version. |
Methods
| Name | Description |
|---|---|
| ToNSData() |
Converts the snapshot to an NSData object. |