NatronGitHub / openfx

OpenFX effects API
Other
62 stars 36 forks source link

Custom cursors in OFX overlays #4

Open devernay opened 9 years ago

devernay commented 9 years ago

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 https://github.com/MrKepzie/Natron/issues/704

MrKepzie commented 8 years ago

Proposed in f8c67e4344edd750c7b2c156842abf68f17fb4a1

devernay commented 8 years ago

Clarified in https://github.com/devernay/openfx/commit/6c649fd2bdc69820d1f5d9361a2a49e60ff46153