Razakhel / RaZ

Modern & multiplatform 3D game engine in C++17
http://razakhel.github.io/RaZ
MIT License
556 stars 27 forks source link

Add the possibility to have textbox #7

Closed SuperFola closed 5 years ago

SuperFola commented 5 years ago

We can already have textbox using ImGUI but when typing wasd for example, it will also trigger the callbacks attached to the key events W, A, S and D.

See https://github.com/ocornut/imgui/issues/703 and https://github.com/ocornut/imgui/issues/1219#issuecomment-313683169 if needed :D

Good luck, I love your work!

Razakhel commented 5 years ago

Fixed with commits 8e33d6d and 7ef75ea.