Home
last modified time | relevance | path

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

/third_party/glfw/deps/mingw/
Dxinput.h164 WORD wButtons; member
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_win32.cpp283 …#define MAP_BUTTON(NAV_NO, BUTTON_ENUM) { io.NavInputs[NAV_NO] = (gamepad.wButtons & BUTTON_EN… in ImGui_ImplWin32_UpdateGamepads()
/third_party/glfw/src/
Dwin32_joystick.c643 js->buttons[i] = (xis.Gamepad.wButtons & buttons[i]) ? 1 : 0; in pollJoystickState()