Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Dwin32_platform.h98 #ifndef GET_XBUTTON_WPARAM
99 #define GET_XBUTTON_WPARAM(w) (HIWORD(w)) macro
Dwin32_window.c589 else if (GET_XBUTTON_WPARAM(wParam) == XBUTTON1) in windowProc()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_win32.cpp393 …if (msg == WM_XBUTTONDOWN || msg == WM_XBUTTONDBLCLK) { button = (GET_XBUTTON_WPARAM(wParam) == XB… in ImGui_ImplWin32_WndProcHandler()
408 if (msg == WM_XBUTTONUP) { button = (GET_XBUTTON_WPARAM(wParam) == XBUTTON1) ? 3 : 4; } in ImGui_ImplWin32_WndProcHandler()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c68 #ifndef GET_XBUTTON_WPARAM
69 #define GET_XBUTTON_WPARAM(w) (HIWORD(w)) macro