Blender V5.0
GHOST_TEventKeyData Struct Reference

#include <GHOST_Types.h>

Public Attributes

GHOST_TKey key
char utf8_buf [6]
char is_repeat

Detailed Description

Definition at line 756 of file GHOST_Types.h.

Member Data Documentation

◆ is_repeat

char GHOST_TEventKeyData::is_repeat

Enabled when the key is held (auto-repeat). In this case press events are sent without a corresponding release/up event.

All back-ends must set this variable for correct behavior regarding repeatable keys.

Definition at line 769 of file GHOST_Types.h.

Referenced by wm_event_add_ghostevent(), wm_window_update_eventstate_modifiers(), and wm_window_update_eventstate_modifiers_clear().

◆ key

◆ utf8_buf

char GHOST_TEventKeyData::utf8_buf[6]

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