C# Class SFML.Window.JoystickButtonEventArgs

Joystick buttons event parameters
Inheritance: System.EventArgs
Afficher le fichier Open project: SFML/SFML.Net Class Usage Examples

Méthodes publiques

Свойство Type Description
Button uint
JoystickId uint

Méthodes publiques

Méthode Description
JoystickButtonEventArgs ( JoystickButtonEvent e ) : System

Construct the joystick button arguments from a joystick button event

ToString ( ) : string

Provide a string describing the object

Method Details

JoystickButtonEventArgs() public méthode

Construct the joystick button arguments from a joystick button event
public JoystickButtonEventArgs ( JoystickButtonEvent e ) : System
e JoystickButtonEvent Joystick button event
Résultat System

ToString() public méthode

Provide a string describing the object
public ToString ( ) : string
Résultat string

Property Details

Button public_oe property

Index of the button
public uint Button
Résultat uint

JoystickId public_oe property

Index of the joystick which triggered the event
public uint JoystickId
Résultat uint