Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse position and button events in timeline #71

Open
binaryf opened this issue Dec 29, 2018 · 1 comment
Open

Mouse position and button events in timeline #71

binaryf opened this issue Dec 29, 2018 · 1 comment

Comments

@binaryf
Copy link
Member

binaryf commented Dec 29, 2018

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
Copy link
Member

einarf commented Dec 29, 2018

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.

@einarf einarf added future some time in the future.. New Feature and removed future some time in the future.. labels Jan 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants