Scroll to navigation

SDL_AttachVirtualJoystickEx(3) SDL3 FUNCTIONS SDL_AttachVirtualJoystickEx(3)

NAME

SDL_AttachVirtualJoystickEx - Attach a new virtual joystick with extended properties.

SYNOPSIS

#include "SDL3/SDL.h"
SDL_JoystickID SDL_AttachVirtualJoystickEx(const SDL_VirtualJoystickDesc *desc);

FUNCTION PARAMETERS

Joystick description

RETURN VALUE

Returns the joystick instance ID, or 0 if an error occurred; call

SDL_GetError () for more information.

AVAILABILITY

This function is available since SDL 3.0.0.

SEE ALSO

SDL_AttachVirtualJoystick(3), SDL_DetachVirtualJoystick(3)

SDL 3.1.0 SDL