Blender  V2.59
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)

Protected Attributes

GHOST_TEventKeyData m_keyEventData

Detailed Description

Key event.

Author:
Maarten Gribnau
Date:
May 11, 2001

Definition at line 44 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 53 of file GHOST_EventKey.h.

References GHOST_TEventKeyData::ascii, GHOST_TEventKeyData::key, GHOST_Event::m_data, and m_keyEventData.

GHOST_EventKey::GHOST_EventKey ( GHOST_TUns64  msec,
GHOST_TEventType  type,
GHOST_IWindow window,
GHOST_TKey  key,
char  ascii 
) [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 68 of file GHOST_EventKey.h.

References GHOST_TEventKeyData::ascii, GHOST_TEventKeyData::key, GHOST_Event::m_data, and m_keyEventData.


Member Data Documentation

The key event data.

Definition at line 78 of file GHOST_EventKey.h.

Referenced by GHOST_EventKey().


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