Home
last modified time | relevance | path

Searched refs:c_dfDIJoystick2 (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/directx/wine/dinput/
H A Djoystick_linux.c515 if (!(df = HeapAlloc(GetProcessHeap(), 0, c_dfDIJoystick2.dwSize))) goto FAILED; in alloc_device()
516 memcpy(df, &c_dfDIJoystick2, c_dfDIJoystick2.dwSize); in alloc_device()
527 memcpy(&df->rgodf[idx], &c_dfDIJoystick2.rgodf[wine_obj], df->dwObjSize); in alloc_device()
538 memcpy(&df->rgodf[idx], &c_dfDIJoystick2.rgodf[i + 12], df->dwObjSize); in alloc_device()
545 for (i = 0; i < c_dfDIJoystick2.dwNumObjs; i++) { in alloc_device()
H A Djoystick_osx.c1177 if (!(df = HeapAlloc(GetProcessHeap(), 0, c_dfDIJoystick2.dwSize))) goto FAILED; in alloc_device()
1178 memcpy(df, &c_dfDIJoystick2, c_dfDIJoystick2.dwSize); in alloc_device()
1221 memcpy(&df->rgodf[idx], &c_dfDIJoystick2.rgodf[wine_obj], df->dwObjSize); in alloc_device()
1230 memcpy(&df->rgodf[idx], &c_dfDIJoystick2.rgodf[i + 8], df->dwObjSize); in alloc_device()
1236 memcpy(&df->rgodf[idx], &c_dfDIJoystick2.rgodf[i + 12], df->dwObjSize); in alloc_device()
H A Djoystick_linuxinput.c544 if (!(df = HeapAlloc(GetProcessHeap(), 0, c_dfDIJoystick2.dwSize))) goto failed; in alloc_device()
545 memcpy(df, &c_dfDIJoystick2, c_dfDIJoystick2.dwSize); in alloc_device()
558 memcpy(&df->rgodf[idx], &c_dfDIJoystick2.rgodf[wine_obj], df->dwObjSize); in alloc_device()
584 …memcpy(&df->rgodf[idx], &c_dfDIJoystick2.rgodf[newDevice->generic.devcaps.dwButtons + 12], df->dwO… in alloc_device()
H A Ddata_formats.c251 const DIDATAFORMAT c_dfDIJoystick2 = { variable
/reactos/modules/rostests/winetests/dinput/
H A Djoystick.c436 hr = IDirectInputDevice_SetDataFormat(pJoystick, &c_dfDIJoystick2); in EnumJoysticks()
443 hr = IDirectInputDevice_SetDataFormat(pJoystick, &c_dfDIJoystick2); in EnumJoysticks()
492 hr = IDirectInputDevice_SetDataFormat(pJoystick, &c_dfDIJoystick2); in EnumJoysticks()
/reactos/sdk/include/psdk/
H A Ddinput.h2161 extern const DIDATAFORMAT c_dfDIJoystick2;