I wrote a simple wrapper in C++ for the SDL Keyboard library. It should make life a bit easier for handling 1. Single Key Input 2. Simultaneous Key Combos (Keys all pressed in any order) 3. Sequential Key Combonations (Keys all pressed in specific order) Download the whole ZIP file here -> Download Keyboard.h 1 [...]

Posted in
Tags:

