Unarelith / Asylia

Classic RPG Game written in C++ using GameKit
GNU Lesser General Public License v2.1
15 stars 2 forks source link

Up and Down keys have an higher priority than Left and Right ones #17

Open Unarelith opened 10 years ago

Unarelith commented 10 years ago

Make an history of the last directional key pressed * Make a key stack, and then search for the last directional key pressed * u32 Keyboard::lastDirectionKeyPressed();