Is there any way that I can get keyboard keys status (esp. for games) in Mac using only Mono C#?
I am looking for purely C# based solution, not any other API. Is there any support like this?
|
|
|
Well, I found myself in the same situation and you either have to use the Control class under System.Windows.Forms, or follow the instructions of this solution and adapt it to the C# world I was particularly interested in the caps key, so I did:
Hope this helps! |
|||
|
|