Blender  V2.93
Public Attributes | List of all members
GHOST_TEventKeyData Struct Reference

#include <GHOST_Types.h>

Public Attributes

GHOST_TKey key
 
char ascii
 
char utf8_buf [6]
 
char is_repeat
 

Detailed Description

Definition at line 546 of file GHOST_Types.h.

Member Data Documentation

◆ ascii

char GHOST_TEventKeyData::ascii

The ascii code for the key event ('\0' if none).

Definition at line 560 of file GHOST_Types.h.

Referenced by event_to_buf(), ghost_event_proc(), GHOST_EventKey::GHOST_EventKey(), and wm_event_add_ghostevent().

◆ is_repeat

char GHOST_TEventKeyData::is_repeat

Generated by auto-repeat.

Definition at line 565 of file GHOST_Types.h.

Referenced by GHOST_EventKey::GHOST_EventKey(), and wm_event_add_ghostevent().

◆ key

GHOST_TKey GHOST_TEventKeyData::key

◆ utf8_buf

char GHOST_TEventKeyData::utf8_buf[6]

The unicode character. if the length is 6, not NULL terminated if all 6 are set

Definition at line 562 of file GHOST_Types.h.

Referenced by ghost_event_proc(), GHOST_EventKey::GHOST_EventKey(), keyboard_key(), and wm_event_add_ghostevent().


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