Home
last modified time | relevance | path

Searched refs:IDirectInputDevice8_QueryInterface (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_dinputhaptic.c446 ret = IDirectInputDevice8_QueryInterface(device, in SDL_DINPUT_HapticOpen()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_dinputjoystick.c572 result = IDirectInputDevice8_QueryInterface(device, in SDL_DINPUT_JoystickOpen()
/third_party/flutter/glfw/deps/mingw/
Ddinput.h2032 #define IDirectInputDevice8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) macro
2070 #define IDirectInputDevice8_QueryInterface(p,a,b) (p)->QueryInterface(a,b) macro