Big cleanup... Expect bugs
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
|
||||
#include <windows.h>
|
||||
#define GetHoldKeyState(nVirtKey) (GetKeyState(nVirtKey)>>1)
|
||||
#define GetKPBool(nVirtKey) (GetKeyState(nVirtKey) & 0x8000)
|
||||
|
||||
Reference in New Issue
Block a user