Home
last modified time | relevance | path

Searched refs:DIRECTINPUT_VERSION (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/glfw/deps/mingw/
Ddinput.h26 #ifndef DIRECTINPUT_VERSION
27 #define DIRECTINPUT_VERSION 0x0800 macro
98 #if DIRECTINPUT_VERSION >= 0x0800
104 #if DIRECTINPUT_VERSION >= 0x0500
108 #if DIRECTINPUT_VERSION >= 0x0700
112 #if DIRECTINPUT_VERSION >= 0x0800
116 #if DIRECTINPUT_VERSION >= 0x0500
131 #if DIRECTINPUT_VERSION >= 0x0800
139 #if DIRECTINPUT_VERSION >= 0x0500
144 #if DIRECTINPUT_VERSION >= 0x0700
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/core/windows/
DSDL_directx.h95 #define DIRECTINPUT_VERSION 0x0800 /* Need version 7 for force feedback. Need version 8 so IDirectI… macro
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp8 #define DIRECTINPUT_VERSION 0x0800 macro
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx11/
Dmain.cpp8 #define DIRECTINPUT_VERSION 0x0800 macro
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx10/
Dmain.cpp9 #define DIRECTINPUT_VERSION 0x0800 macro
/third_party/flutter/glfw/src/
Dwin32_platform.h65 #define DIRECTINPUT_VERSION 0x0800 macro
Dwin32_joystick.c661 DIRECTINPUT_VERSION, in _glfwInitJoysticksWin32()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx9.cpp25 #define DIRECTINPUT_VERSION 0x0800 macro
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_dinputhaptic.c112 ret = IDirectInput8_Initialize(dinput, instance, DIRECTINPUT_VERSION); in SDL_DINPUT_HapticInit()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_dinputjoystick.c341 result = IDirectInput8_Initialize(dinput, instance, DIRECTINPUT_VERSION); in SDL_DINPUT_JoystickInit()