C# Класс 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.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
JoystickButtonEventArgs ( JoystickButton button, bool pressed ) : System

Initializes a new instance of the JoystickButtonEventArgs class.