Contraz / demosys-py

A light high performance modern OpenGL 3.3+ Python Framework https://demosys-py.readthedocs.io/
ISC License
64 stars 5 forks source link

Mouse position and button events in timeline #71

Open binaryf opened 5 years ago

binaryf commented 5 years ago

Would be nice to have mouse position and button events forwarded to the timeline like keyboard events. this means we can forward mouse events to effects for various purposes.

einarf commented 5 years ago

Mouse positions are easy to forward. They are already present, but not forwarded. The missing part is finding a way to unify the mouse button events because they are handled in fairly different ways between the Qt, GLFW etc. Should not be too hard.