Click or drag to resize

wclWiiRemoteClassicControllerCalibration Structure

The structure represents a Wii Remote Classic Controller accelerometer calibration data.
Inheritance Hierarchy
SystemObject
  SystemValueType
    wclBluetoothwclWiiRemoteClassicControllerCalibration

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public struct wclWiiRemoteClassicControllerCalibration

The wclWiiRemoteClassicControllerCalibration type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldLeftMaxX The left joystick maximum X value.
Public fieldLeftMaxY The left joystick maximum Y value.
Public fieldLeftMidX The left joystick center X value.
Public fieldLeftMidY The left joystick center Y value.
Public fieldLeftMinX The left joystick minimum X value.
Public fieldLeftMinY The left joystick minimum Y value.
Public fieldLeftTriggerMax The left trigger maximum value.
Public fieldLeftTriggerMin The left trigger minimum value.
Public fieldRightMaxX The right joystick maximum X value.
Public fieldRightMaxY The right joystick maximum Y value.
Public fieldRightMidX The right joystick center X value.
Public fieldRightMidY The right joystick center Y value.
Public fieldRightMinX The right joystick minimum X value.
Public fieldRightMinY The right joystick minimum Y value.
Public fieldRightTriggerMax The right trigger maximum value.
Public fieldRightTriggerMin The right trigger minimum value.
Top
See Also