|
Blender V4.5
|
Gizmo map runtime context. More...
Public Attributes | |
| wmGizmo * | highlight |
| wmGizmo * | modal |
| wmGizmoMapSelectState | select |
| int | event_xy [2] |
| short | event_grabcursor |
| int | last_cursor |
Gizmo map runtime context.
Contains information about this gizmo-map. Currently highlighted gizmo, currently selected gizmos, ...
Definition at line 119 of file wm_gizmo_intern.hh.
| short wmGizmoMap::[struct].gzmap_context event_grabcursor |
Cursor location at point of entering modal (see: WM_GIZMO_MOVE_CURSOR).
| wmGizmo* wmGizmoMap::[struct].gzmap_context highlight |
We redraw the gizmo-map when this changes.
| int wmGizmoMap::[struct].gzmap_context last_cursor |
Until we have nice cursor push/pop API.
| wmGizmo* wmGizmoMap::[struct].gzmap_context modal |
User has clicked this gizmo and it gets all input.
| wmGizmoMapSelectState wmGizmoMap::[struct].gzmap_context select |
Array for all selected gizmos.