Provides data for the JoystickDevice.ButtonDown and JoystickDevice.ButtonUp events. This class is cached for performance reasons - avoid storing references outside the scope of the event. More...
Properties | |
| JoystickButton | Button [get, set] |
| The index of the joystick button for the event. | |
| bool | Pressed [get, set] |
| Gets a System.Boolean representing the state of the button for the event. | |
Provides data for the JoystickDevice.ButtonDown and JoystickDevice.ButtonUp events. This class is cached for performance reasons - avoid storing references outside the scope of the event.
Definition at line 182 of file JoystickDevice.cs.
JoystickButton OpenTK.Input.JoystickButtonEventArgs.Button [get, set] |
The index of the joystick button for the event.
Definition at line 211 of file JoystickDevice.cs.
bool OpenTK.Input.JoystickButtonEventArgs.Pressed [get, set] |
Gets a System.Boolean representing the state of the button for the event.
Definition at line 216 of file JoystickDevice.cs.
1.6.1