TwclWiiRemoteButtons Record

The structure contains information about the Wii Remote buttons.

Namespace: wclBluetooth
type
 TwclWiiRemoteButtons = record
 end;

The TwclWiiRemoteButtons type exposes the following members.

Show:
 NameDescription
A

True if the "A" button is pressed.

B

True if the "B" button is pressed.

Down

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

Home

True if the "Home" button is pressed.

Left

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

Minus

True if the "-" button is pressed.

One

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

Plus

True if the "+" button is pressed.

Right

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

Two

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

Up

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

Top