Note that at any point in time an arbitrary number of keys can be pressed. It would be hard and unusable to report the state of over 100 keys. You should track keyPress and keyRelease events yourself, don't be too lazy, it's just 6 lines of code in implementation and three lines of code in the header file.
Bookmarks