Searched refs:VK_LBUTTON (Results 1 – 6 of 6) sorted by relevance
289 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()
282 retval |= GetAsyncKeyState(VK_LBUTTON) & 0x8000 ? SDL_BUTTON_LMASK : 0; in WIN_GetGlobalMouseState()
40 #define VK_LBUTTON 0x01
65 #define IsLButtonDown() (GetKeyState(VK_LBUTTON) < 0)
82 #define IsLButtonDown() (GetKeyState(VK_LBUTTON) < 0)
247 #define VK_LBUTTON 0x01 macro