PDA

View Full Version : GetAsyncKeyState() work in other operating systems?


C++
06-27-2009, 10:20 AM
I made a game, and my friend told me: It doesn't work on linux. I thought it was because when you use VK_SOMETHING that is a value that windows returns when that key is clicked. So... Is their a substitute that I could use, a different function or something that will allow it to work on windows as...