Blender V2.61 - r43446
Public Attributes

GHOST_TEventKeyData Struct Reference

#include <GHOST_Types.h>

List of all members.

Public Attributes

GHOST_TKey key
char ascii
char utf8_buf [6]

Detailed Description

Definition at line 465 of file GHOST_Types.h.


Member Data Documentation

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

Definition at line 479 of file GHOST_Types.h.

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

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

Definition at line 481 of file GHOST_Types.h.

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


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