TwclWiiRemoteClassicControllerCalibration Record

The structure represents a Wii Remote Classic Controller accelerometer calibration data.

Namespace: wclBluetooth
type
 TwclWiiRemoteClassicControllerCalibration = record
 end;

The TwclWiiRemoteClassicControllerCalibration type exposes the following members.

Show:
 NameDescription
LeftMaxX

The left joystick maximum X value.

LeftMaxY

The left joystick maximum Y value.

LeftMidX

The left joystick center X value.

LeftMidY

The left joystick center Y value.

LeftMinX

The left joystick minimum X value.

LeftMinY

The left joystick minimum Y value.

LeftTriggerMax

The left trigger maximum value.

LeftTriggerMin

The left trigger minimum value.

RightMaxX

The right joystick maximum X value.

RightMaxY

The right joystick maximum Y value.

RightMidX

The right joystick center X value.

RightMidY

The right joystick center Y value.

RightMinX

The right joystick minimum X value.

RightMinY

The right joystick minimum Y value.

RightTriggerMax

The right trigger maximum value.

RightTriggerMin

The right trigger minimum value.

Top