jkuhlmann / gainput

Cross-platform C++ input library supporting gamepads, keyboard, mouse, touch
http://gainput.johanneskuhlmann.de/
MIT License
858 stars 103 forks source link

Ignore last mouse event #59

Open Arthapz opened 6 years ago

Arthapz commented 6 years ago

i'm working on free fly camera, and i move the cursor on window center, but this generate an event and gainput update his listener with it, how can i ignore this event with gainput ? (or set internal mouse position to the center of my window ?)