X-Win Keyboard Handling
I have a Glide-based application, and want it to run in X-windows like it does in MS Windows.
For keyboard handling, MSWin has GetAsyncKeyState() which is handy as it tells me if a key is down when it runs that function. Does X have a similar function, or do I need to write a routine to handle keyboard events myself?
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement