TwclWiiRemoteNunchuk Record

The structure describes a Wii Remote Nunchuk extension.

Namespace: wclBluetooth
type
 TwclWiiRemoteNunchuk = record
 end;

The TwclWiiRemoteNunchuk type exposes the following members.

Show:
 NameDescription
Accel

The Nunchuk extension accelerometer values.

C

The Nunchuk extension "C" button state. True if button is pressed.

Calibration

The Nunchuk extension calibration values.

Joystick

The Nunchuk extension joystick calculated values.

Z

The Nunchuk extension "Z" button state. True if button is pressed.

Top