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

Public Attributes

char text [3][2][128]
 
wmEvent state_event
 
CursorKeymapInfo_State state
 

Detailed Description

Definition at line 5759 of file wm_event_system.cc.

Member Data Documentation

◆ state

CursorKeymapInfo_State CursorKeymapInfo::state

Definition at line 5767 of file wm_event_system.cc.

Referenced by WM_window_cursor_keymap_status_refresh().

◆ state_event

wmEvent CursorKeymapInfo::state_event

Definition at line 5766 of file wm_event_system.cc.

Referenced by WM_window_cursor_keymap_status_refresh().

◆ text

char CursorKeymapInfo::text[3][2][128]

0: Mouse button index. 1: Event type (click/press, drag). 2: Text.

Definition at line 5765 of file wm_event_system.cc.

Referenced by WM_window_cursor_keymap_status_get(), and WM_window_cursor_keymap_status_refresh().


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