jayanam / bl_ui_widgets

UI Widgets for Blender 2.8
GNU General Public License v3.0
150 stars 38 forks source link

Mouse enter/exit functions #10

Closed vilemduha closed 3 years ago

vilemduha commented 3 years ago

Disecting what I tried to commit in the pull requests to a few needed functions.

-Need to call these to draw a tooltip or call own functions on entering elements.

-Also would be great to be able to parse keyboard shortcuts - on_keystroke or similar in modal function.

Further needed functions are actually for all mouse interactions - mouse wheel, right-click .

jayanam commented 3 years ago

Added methods to register enter exit handlers. For the other descriptions separate issues are required so that things can be tracked and organized in a clean way.

vilemduha commented 3 years ago

Thank you for such a fast response!