Searched refs:IsKeyDown (Results 1 – 2 of 2) sorted by relevance
280 inline bool IsKeyDown(int virtKey) { return (::GetKeyState(virtKey) & 0x8000) != 0; } in IsKeyDown() function
416 bool ctrl = IsKeyDown(VK_CONTROL); in OnKeyDown()