TwclWiiRemoteGuitarButtons Record

The structure contains information about the Wii Remote Guitar extension buttons.

Namespace: wclBluetooth
type
 TwclWiiRemoteGuitarButtons = record
 end;

The TwclWiiRemoteGuitarButtons type exposes the following members.

Show:
 NameDescription
Minus

The "-" button state. True if the button is pressed.

Plus

The "+" button state. True if the button is pressed.

StrumDown

The "Strum Down" button state. True if the button is pressed.

StrumUp

The "Strum Up" button state. True if the button is pressed.

Top