[Information] List of GetAsyncKeyState keys
It's so that YOU don't have to rewrite all of these key codes into if statements. C+P ready. Code: for( key = 0 - 256 ) { if getasyynckeystate(key) & 0x8000 { // the key pressed } } Maybe if you had a dash of creativity it would've taken a lot less time. Skengdo is offline Similar Threads ...
