Share via


GCMicroGamepadSnapShotDataV100 Struct

Definition

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 Xv alue of the D-pad input when the snapshot was taken.

DPadY

The Y value of the D-pad input when the snapshot was taken.

Size

The size of the snapshot, in bytes.

Version

The micro gamepad version.

Methods

Name Description
ToNSData()

Converts the snapshot to an NSData object.

Applies to