Searched refs:IDirectInputDevice_GetDeviceState (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddinput.h1465 #define IDirectInputDevice_GetDeviceState(p,a,b) (p)->lpVtbl->GetDeviceState(p,a,b) macro
1486 #define IDirectInputDevice_GetDeviceState(p,a,b) (p)->GetDeviceState(a,b) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddinput.h1620 #define IDirectInputDevice_GetDeviceState(p,a,b) (p)->lpVtbl->GetDeviceState(p,a,b) macro
1641 #define IDirectInputDevice_GetDeviceState(p,a,b) (p)->GetDeviceState(a,b) macro

Completed in 75 milliseconds