SqAtx / SuperMarioWorld

An amazing 2D Mario game made with C++ and SFML
GNU General Public License v2.0
18 stars 11 forks source link

Bad key event handling #20

Open SqAtx opened 8 years ago

SqAtx commented 8 years ago

The key events should be handled my the graphics engine, that would for example send a MARIO_JUMP event when the space bar is pressed.