Home
last modified time | relevance | path

Searched refs:nInstanceID (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_windowsjoystick.c270 device->nInstanceID = ++s_nInstanceID; in SDL_SYS_AddJoystickDevice()
358 SDL_PrivateJoystickRemoved(pCurList->nInstanceID); in SDL_SYS_JoystickDetect()
411 return device->nInstanceID; in SDL_SYS_GetInstanceIdOfDeviceIndex()
428 joystick->instance_id = joystickdevice->nInstanceID; in SDL_SYS_JoystickOpen()
DSDL_windowsjoystick_c.h35 SDL_JoystickID nInstanceID; member