arsdever / gamify

Simple OpenGL based game engine
0 stars 0 forks source link

Improve console input handling #54

Open arsdever opened 2 weeks ago

arsdever commented 2 weeks ago

Currently, the console accepts only Latin characters (also transforms to lowercase) and spaces. This will bring difficulties when implementing more advanced commands.

We need to enhance this implementation, allowing symbols, and uppercase characters as well.

Some arrow navigation implementation would also become very handy (repeat the last command, go up in history, seek through the input, etc.).

arsdever commented 19 hours ago

Implemented lowercase characters and symbols in 38658c55ea56bd671953c8295417abeb0b579c00