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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddinput.h1899 #define IDirectInputDevice8_GetDeviceState(p,a,b) (p)->lpVtbl->GetDeviceState(p,a,b) macro
1937 #define IDirectInputDevice8_GetDeviceState(p,a,b) (p)->GetDeviceState(a,b) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddinput.h2054 #define IDirectInputDevice8_GetDeviceState(p,a,b) (p)->lpVtbl->GetDeviceState(p,a,b) macro
2092 #define IDirectInputDevice8_GetDeviceState(p,a,b) (p)->GetDeviceState(a,b) macro

Completed in 74 milliseconds