TwclWiiRemoteClassicControllerButtons Record

The structure contains information about the Wii Remote Classic Controller extension buttons.

Namespace: wclBluetooth
type
 TwclWiiRemoteClassicControllerButtons = record
 end;

The TwclWiiRemoteClassicControllerButtons type exposes the following members.

Show:
 NameDescription
A

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

B

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

Down

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

Home

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

L

The "L" (Left Trigger) button state. True if the button is pressed.

Left

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

Minus

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

Plus

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

R

The "R" (Right Trigger) button state. True if the button is pressed.

Right

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

Up

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

X

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

Y

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

ZL

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

ZR

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

Top