Click or drag to resize

wclWiiRemoteDrums Structure

The structure describes the Wii Remote Drums extension
Inheritance Hierarchy
SystemObject
  SystemValueType
    wclBluetoothwclWiiRemoteDrums

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

The wclWiiRemoteDrums 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 fieldBlueTrue if the "Blue" drum is touched.
Public fieldBlueVelocity The "Blue" drum velocity.
Public fieldGreenTrue if the "Green" drum is touched.
Public fieldGreenVelocity The "Green" drum velocity.
Public fieldJoystick The drum joystick data.
Public fieldMinusTrue if the "-" button is pressed.
Public fieldOrangeTrue if the "Orange" drum is touched.
Public fieldOrangeVelocity The "Orange" drum velocity.
Public fieldPedalTrue if the Pedal is pressed.
Public fieldPedalVelocity The Pedal velocity.
Public fieldPlusTrue if the "+" button is pressed.
Public fieldRedTrue if the "Red" drum is touched.
Public fieldRedVelocity The "Red" drum velocity.
Public fieldYellowTrue if the "Yellow" drum is touched.
Public fieldYellowVelocity The "Yellow" drum velocity.
Top
See Also