Home
last modified time | relevance | path

Searched refs:VK_LBUTTON (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c289 keyState = GetAsyncKeyState(VK_LBUTTON); in WIN_CheckAsyncMouseRelease()
405 if (GetAsyncKeyState(VK_LBUTTON)) { in WIN_WindowProc()
531 …SDL_SendMouseButton(data->window, 0, GetAsyncKeyState(VK_LBUTTON) & 0x8000 ? SDL_PRESSED : SDL_REL… in WIN_WindowProc()
DSDL_windowsmouse.c282 retval |= GetAsyncKeyState(VK_LBUTTON) & 0x8000 ? SDL_BUTTON_LMASK : 0; in WIN_GetGlobalMouseState()
/third_party/mingw-w64/mingw-w64-headers/include/
Dwinuser.rh40 #define VK_LBUTTON 0x01
Dwindowsx.h65 #define IsLButtonDown() (GetKeyState(VK_LBUTTON) < 0)
Dwindowsx.h1682 #define IsLButtonDown() (GetKeyState(VK_LBUTTON) < 0)
Dwinuser.h247 #define VK_LBUTTON 0x01 macro