Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
OpenTK
Input
JoystickButtonEventArgs
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
Mostra 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.