C# Класс SFML.Window.JoystickButtonEventArgs

Joystick buttons event parameters
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Button uint
JoystickId uint

Открытые методы

Метод Описание
JoystickButtonEventArgs ( JoystickButtonEvent e ) : System

Construct the joystick button arguments from a joystick button event

ToString ( ) : string

Provide a string describing the object

Описание методов

JoystickButtonEventArgs() публичный Метод

Construct the joystick button arguments from a joystick button event
public JoystickButtonEventArgs ( JoystickButtonEvent e ) : System
e JoystickButtonEvent Joystick button event
Результат System

ToString() публичный Метод

Provide a string describing the object
public ToString ( ) : string
Результат string

Описание свойств

Button публичное свойство

Index of the button
public uint Button
Результат uint

JoystickId публичное свойство

Index of the joystick which triggered the event
public uint JoystickId
Результат uint