C/C++ GetAsyncKeyState() Key combination - by dob990 I understand how to use this function with one key, but how can I use it with two keypresses? Like: GetAsyncKeyStat(VK_LBUTTON && VK_RBUTTON); Read the article