C# Class SFML.Window.JoystickButtonEvent

Show file Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
Button uint
JoystickId uint

Property Details

Button public property

Index of the button
public uint Button
return uint

JoystickId public property

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