Blender V2.61 - r43446
|
#include <GHOST_EventKey.h>
Public Member Functions | |
GHOST_EventKey (GHOST_TUns64 msec, GHOST_TEventType type, GHOST_IWindow *window, GHOST_TKey key) | |
GHOST_EventKey (GHOST_TUns64 msec, GHOST_TEventType type, GHOST_IWindow *window, GHOST_TKey key, char ascii, const char utf8_buf[6]) | |
Protected Attributes | |
GHOST_TEventKeyData | m_keyEventData |
GHOST_EventKey::GHOST_EventKey | ( | GHOST_TUns64 | msec, |
GHOST_TEventType | type, | ||
GHOST_IWindow * | window, | ||
GHOST_TKey | key | ||
) | [inline] |
Constructor.
msec | The time this event was generated. |
type | The type of key event. |
key | The key code of the key. |
Definition at line 52 of file GHOST_EventKey.h.
References GHOST_TEventKeyData::ascii, GHOST_TEventKeyData::key, GHOST_Event::m_data, m_keyEventData, and GHOST_TEventKeyData::utf8_buf.
GHOST_EventKey::GHOST_EventKey | ( | GHOST_TUns64 | msec, |
GHOST_TEventType | type, | ||
GHOST_IWindow * | window, | ||
GHOST_TKey | key, | ||
char | ascii, | ||
const char | utf8_buf[6] | ||
) | [inline] |
Constructor.
msec | The time this event was generated. |
type | The type of key event. |
key | The key code of the key. |
ascii | The ascii code for the key event. |
Definition at line 71 of file GHOST_EventKey.h.
References GHOST_TEventKeyData::ascii, GHOST_TEventKeyData::key, GHOST_Event::m_data, m_keyEventData, and GHOST_TEventKeyData::utf8_buf.
GHOST_TEventKeyData GHOST_EventKey::m_keyEventData [protected] |