getasynckeystate issue
i need help, im confused on why this is not working
if (GetAsyncKeyState(VK_5) & 0x0001)
i have a error on VK_5 it says it is undefiend. what is the name for numbers 1-0(not the numberpad)
nevermind i found a answer. incase anyone needs to know how to do it like i did try this
instead of VK_0 do 0x30 and instead of VK_9 do 0x39