Home
last modified time | relevance | path

Searched refs:IDirectInputDevice8_SetDataFormat (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/glfw/src/
Dwin32_joystick.c369 if (FAILED(IDirectInputDevice8_SetDataFormat(device, &_glfwDataFormat))) in deviceCallback()
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_dinputhaptic.c327 ret = IDirectInputDevice8_SetDataFormat(haptic->hwdata->device, in SDL_DINPUT_HapticOpenFromDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_dinputjoystick.c596 IDirectInputDevice8_SetDataFormat(joystick->hwdata->InputDevice, in SDL_DINPUT_JoystickOpen()
/third_party/flutter/glfw/deps/mingw/
Ddinput.h2044 #define IDirectInputDevice8_SetDataFormat(p,a) (p)->lpVtbl->SetDataFormat(p,a) macro
2082 #define IDirectInputDevice8_SetDataFormat(p,a) (p)->SetDataFormat(a) macro