SDL_DetachVirtualJoystick

Detach a virtual joystick.

extern (C) nothrow @nogc extern
bool
SDL_DetachVirtualJoystick

Parameters

instance_id SDL_JoystickID

the joystick instance ID, previously returned from SDL_AttachVirtualJoystick().

Return Value

Type: bool

true on success or false on failure; call SDL_GetError() for more information.

See Also

Meta