SDL_IsJoystickVirtual

Query whether or not a joystick is virtual.

extern (C) nothrow @nogc extern
bool
SDL_IsJoystickVirtual

Parameters

instance_id SDL_JoystickID

the joystick instance ID.

Return Value

Type: bool

true if the joystick is virtual, false otherwise.

Meta