When using GetAsyncKeyState(i) i needs to be a hexdecimal value between 30 and 59. Is there a way to loop through hexdecimal values that start with 0x30 – 0x59 so I don’t have to type each one of these values into GetAsyncKeyState(i) individually?
When using GetAsyncKeyState(i) i needs to be a hexdecimal value between 30 and 59
Share
The fact that you’re specifying the number in hexadecimal doesn’t change the fact that it’s still a perfectly normal number. Hexadecimal is just another notation for specifying a value.