cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
75 stars 20 forks source link

Fix input manager loosing click events when FPS is low #42

Closed cschreib closed 4 years ago

cschreib commented 4 years ago

This is probably because of the use of mouse/keyboard state rather than events... Could mean refactoring the whole input class.