|
Blender
V3.3
|
#include <UI_interface.h>
Public Attributes | |
| uiBlockInteractionBeginFn | begin_fn |
| uiBlockInteractionEndFn | end_fn |
| uiBlockInteractionUpdateFn | update_fn |
| void * | arg1 |
Definition at line 579 of file UI_interface.h.
| void* uiBlockInteraction_CallbackData::arg1 |
Definition at line 583 of file UI_interface.h.
Referenced by ui_block_interaction_begin(), ui_block_interaction_end(), and ui_block_interaction_update().
| uiBlockInteractionBeginFn uiBlockInteraction_CallbackData::begin_fn |
Definition at line 580 of file UI_interface.h.
Referenced by ui_block_interaction_begin().
| uiBlockInteractionEndFn uiBlockInteraction_CallbackData::end_fn |
Definition at line 581 of file UI_interface.h.
Referenced by ui_block_interaction_end().
| uiBlockInteractionUpdateFn uiBlockInteraction_CallbackData::update_fn |
Definition at line 582 of file UI_interface.h.
Referenced by ui_block_interaction_update().