C# Class OpenTK.Input.JoystickButtonEventArgs

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.
Inheritance: System.EventArgs
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Private Methods

Method Description
JoystickButtonEventArgs ( JoystickButton button, bool pressed ) : System

Initializes a new instance of the JoystickButtonEventArgs class.