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

Custom cursors in OFX overlays #4

Open
devernay opened this issue Jul 1, 2015 · 2 comments
Open

Custom cursors in OFX overlays #4

devernay opened this issue Jul 1, 2015 · 2 comments

Comments

@devernay
Copy link
Member

devernay commented Jul 1, 2015

You can draw your own cursor with OpenGL in your overlay code, but the window system cursor will always be visible. the reason is that no plugin "owns" the cursor, and mouse actions are shared between plugins.
We have to figure out how to do this cleanly and propose an OFX extension.
See also MrKepzie/Natron#704

@MrKepzie
Copy link

Proposed in f8c67e4

devernay added a commit that referenced this issue May 15, 2016
@devernay
Copy link
Member Author

Clarified in 6c649fd

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