C# Class WiimoteLib.DrumsState

Datei anzeigen Open project: simphax/WiimoteLib

Public Properties

Property Type Description
Joystick PointF
Plus bool
RawJoystick Point
Red bool
RedVelocity int

Property Details

Joystick public_oe property

Normalized value of analog joystick. Values range from 0.0 - 1.0
public PointF,WiimoteLib Joystick
return PointF

Plus public_oe property

Other buttons
public bool Plus
return bool

RawJoystick public_oe property

Raw value of analong joystick. Values range from 0 - 15
public Point RawJoystick
return Point

Red public_oe property

Drum pads
public bool Red
return bool

RedVelocity public_oe property

Speed at which the pad is hit. Values range from 0 (very hard) to 6 (very soft)
public int RedVelocity
return int