C# Class SFML.Window.JoystickConnectEventArgs

Joystick connection/disconnection event parameters
Inheritance: System.EventArgs
Exibir arquivo Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
JoystickId uint

Public Methods

Method 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 method

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

ToString() public method

Provide a string describing the object
public ToString ( ) : string
return string

Property Details

JoystickId public_oe property

Index of the joystick which triggered the event
public uint JoystickId
return uint