TwclWiiRemoteDrums Record

The structure describes the Wii Remote Drums extension

Namespace: wclBluetooth
type
 TwclWiiRemoteDrums = record
 end;

The TwclWiiRemoteDrums type exposes the following members.

Show:
 NameDescription
Blue

True if the "Blue" drum is touched.

BlueVelocity

The "Blue" drum velocity.

Green

True if the "Green" drum is touched.

GreenVelocity

The "Green" drum velocity.

Joystick

The drum joystick data.

Minus

True if the "-" button is pressed.

Orange

True if the "Orange" drum is touched.

OrangeVelocity

The "Orange" drum velocity.

Pedal

True if the Pedal is pressed.

PedalVelocity

The Pedal velocity.

Plus

True if the "+" button is pressed.

Red

True if the "Red" drum is touched.

RedVelocity

The "Red" drum velocity.

Yellow

True if the "Yellow" drum is touched.

YellowVelocity

The "Yellow" drum velocity.

Top