Joystick.GetIdentification Method

SFML.Net

JoystickGetIdentification Method
Get the joystick information

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static JoystickIdentification GetIdentification(
	uint joystick
)
Public Shared Function GetIdentification ( 
	joystick As UInteger
) As JoystickIdentification
public:
static JoystickIdentification GetIdentification(
	unsigned int joystick
)
static member GetIdentification : 
        joystick : uint32 -> JoystickIdentification 

Parameters

joystick
Type: SystemUInt32
Index of the joystick

Return Value

Type: JoystickIdentification
Structure containing joystick information
See Also