Do you know GetAsyncKeyState equivalent for linux
we use GetAsyncKeyState to get state of keys in windows.
do you know the linux equivalent of this function.
GetAsyncKeyState helps to quickly detect changes in keys. How do i do this in linux.
i am working on a game in linux and the am facing problems with detecting quick changes if many keys are pressed together.
PascalNet
PascalNet
Try GetKeyState(), i read something on the microsoft page about that you shouldn't use GetAsyncKeyState() at all, so that might me a reason
.
[edited by - Tree Penguin on January 8, 2004 9:12:25 AM]

[edited by - Tree Penguin on January 8, 2004 9:12:25 AM]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement