Searched refs:c_dfDIJoystick2 (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/directx/wine/dinput/ |
H A D | joystick_linux.c | 515 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 D | joystick_osx.c | 1177 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 D | joystick_linuxinput.c | 544 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 D | data_formats.c | 251 const DIDATAFORMAT c_dfDIJoystick2 = { variable
|
/reactos/modules/rostests/winetests/dinput/ |
H A D | joystick.c | 436 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 D | dinput.h | 2161 extern const DIDATAFORMAT c_dfDIJoystick2;
|