Blender V5.0
uiBlockInteraction_Params Struct Reference

#include <UI_interface_c.hh>

Public Attributes

bool is_click
int * unique_retval_ids
uint unique_retval_ids_len

Detailed Description

Definition at line 674 of file UI_interface_c.hh.

Member Data Documentation

◆ is_click

bool uiBlockInteraction_Params::is_click

When true, this interaction is not modal (user clicking on a number button arrows or pasting a value for example).

Definition at line 679 of file UI_interface_c.hh.

Referenced by ui_block_interaction_begin().

◆ unique_retval_ids

int* uiBlockInteraction_Params::unique_retval_ids

Array of unique event ID's (values from uiBut.retval). There may be more than one for multi-button editing (see UI_BUT_DRAG_MULTI).

Definition at line 684 of file UI_interface_c.hh.

Referenced by ui_block_interaction_begin(), and ui_block_interaction_end().

◆ unique_retval_ids_len

uint uiBlockInteraction_Params::unique_retval_ids_len

Definition at line 685 of file UI_interface_c.hh.

Referenced by ui_block_interaction_begin().


The documentation for this struct was generated from the following file: