Searched refs:igW (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/directx/wine/dinput/ |
H A D | joystick_linux.c | 749 static const WCHAR igW[] = {'i','g',0}; in JoystickLinuxWImpl_GetProperty() local 761 …sprintfW(pd->wszPath, formatW, vid, pid, is_gamepad ? igW : miW, get_joystick_index(&This->generic… in JoystickLinuxWImpl_GetProperty()
|
H A D | joystick_linuxinput.c | 1110 static const WCHAR igW[] = {'i','g',0}; in JoystickWImpl_GetProperty() local 1122 …sprintfW(pd->wszPath, formatW, vid, pid, is_gamepad ? igW : miW, get_joystick_index(&This->generic… in JoystickWImpl_GetProperty()
|
H A D | joystick_osx.c | 1374 static const WCHAR igW[] = {'i','g',0}; in JoystickWImpl_GetProperty() local 1387 sprintfW(pd->wszPath, formatW, vid, pid, is_gamepad ? igW : miW, This->id); in JoystickWImpl_GetProperty()
|
/reactos/modules/rostests/winetests/dinput/ |
H A D | joystick.c | 411 static const WCHAR igW[] = {'i','g','_',0}; in EnumJoysticks() local 418 ok(wcsstr(dpg.wszPath, miW) != 0 || wcsstr(dpg.wszPath, igW) != 0, in EnumJoysticks()
|