NunchukState Members
From WiimoteLib
The NunchukState type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Fields
| Name | Description | |
|---|---|---|
| AccelState |
State of accelerometers
| |
| C |
Digital button on Nunchuk extension
| |
| CalibrationInfo |
Calibration data for Nunchuk extension
| |
| RawX |
Raw joystick position before normalization. Values range between 0 and 255.
| |
| RawY |
Raw joystick position before normalization. Values range between 0 and 255.
| |
| X |
Normalized joystick position. Values range between -0.5 and 0.5
| |
| Y |
Normalized joystick position. Values range between -0.5 and 0.5
| |
| Z |
Digital button on Nunchuk extension
|