C# Class SFML.Window.JoystickConnectEventArgs

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
JoystickConnectEventArgs ( JoystickConnectEvent e ) : System

Construct the joystick connect arguments from a joystick connect event

ToString ( ) : string

Provide a string describing the object

Method Details

JoystickConnectEventArgs() public méthode

Construct the joystick connect arguments from a joystick connect event
public JoystickConnectEventArgs ( JoystickConnectEvent e ) : System
e JoystickConnectEvent Joystick button event
Résultat System

ToString() public méthode

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

Property Details

JoystickId public_oe property

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