Home
last modified time | relevance | path

Searched refs:igW (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/directx/wine/dinput/
H A Djoystick_linux.c749 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 Djoystick_linuxinput.c1110 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 Djoystick_osx.c1374 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 Djoystick.c411 static const WCHAR igW[] = {'i','g','_',0}; in EnumJoysticks() local
418 ok(wcsstr(dpg.wszPath, miW) != 0 || wcsstr(dpg.wszPath, igW) != 0, in EnumJoysticks()