The DrumsState type exposes the following members.

Methods

  NameDescription
Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Fields

  NameDescription
Blue
Drum pads
BlueVelocity
Speed at which the pad is hit. Values range from 0 (very hard) to 6 (very soft)
Green
Drum pads
GreenVelocity
Speed at which the pad is hit. Values range from 0 (very hard) to 6 (very soft)
Joystick
Normalized value of analog joystick. Values range from 0.0 - 1.0
Minus
Other buttons
Orange
Drum pads
OrangeVelocity
Speed at which the pad is hit. Values range from 0 (very hard) to 6 (very soft)
Pedal
Drum pads
PedalVelocity
Speed at which the pad is hit. Values range from 0 (very hard) to 6 (very soft)
Plus
Other buttons
RawJoystick
Raw value of analong joystick. Values range from 0 - 15
Red
Drum pads
RedVelocity
Speed at which the pad is hit. Values range from 0 (very hard) to 6 (very soft)
Yellow
Drum pads
YellowVelocity
Speed at which the pad is hit. Values range from 0 (very hard) to 6 (very soft)

See Also