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