Blender V2.61 - r43446
Public Member Functions | Protected Attributes

GHOST_EventKey Class Reference

#include <GHOST_EventKey.h>

Inheritance diagram for GHOST_EventKey:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

Key event.

Author:
Maarten Gribnau
Date:
May 11, 2001

Definition at line 43 of file GHOST_EventKey.h.


Constructor & Destructor Documentation

GHOST_EventKey::GHOST_EventKey ( GHOST_TUns64  msec,
GHOST_TEventType  type,
GHOST_IWindow window,
GHOST_TKey  key 
) [inline]

Constructor.

Parameters:
msecThe time this event was generated.
typeThe type of key event.
keyThe 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.

Parameters:
msecThe time this event was generated.
typeThe type of key event.
keyThe key code of the key.
asciiThe 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.


Member Data Documentation

The key event data.

Definition at line 88 of file GHOST_EventKey.h.

Referenced by GHOST_EventKey().


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