The report format in which the Wiimote should return data
Namespace:
WiimoteLib
Assembly:
WiimoteLib (in WiimoteLib.dll)
Version: 1.2.1.0 (1.2.1.0)
Syntax
C# |
---|
public enum InputReport |
Visual Basic (Declaration) |
---|
Public Enumeration InputReport |
Visual C++ |
---|
public enum class InputReport |
Members
Member name | Description | |
---|---|---|
Status |
Status report
| |
ReadData |
Read data from memory location
| |
Buttons |
Button data only
| |
ButtonsAccel |
Button and accelerometer data
| |
IRAccel |
IR sensor and accelerometer data
| |
ButtonsExtension |
Button and extension controller data
| |
ExtensionAccel |
Extension and accelerometer data
| |
IRExtensionAccel |
IR sensor, extension controller and accelerometer data
|