Blender  V3.3
Public Attributes | List of all members
uiBlockInteraction_Params Struct Reference

#include <UI_interface.h>

Public Attributes

bool is_click
 
int * unique_retval_ids
 
uint unique_retval_ids_len
 

Detailed Description

Definition at line 552 of file UI_interface.h.

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 557 of file UI_interface.h.

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 562 of file UI_interface.h.

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 563 of file UI_interface.h.

Referenced by ui_block_interaction_begin().


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