# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLMISC::CEventKeyDown Class Reference

CEventKeyDown Send when a key is push down. More...

#include <events.h>

Inheritance diagram for NLMISC::CEventKeyDown

Inheritance graph
[legend]
Collaboration diagram for NLMISC::CEventKeyDown:

Collaboration graph
[legend]
List of all members.

Public Methods

 CEventKeyDown (TKey key, TKeyButton button, bool bFirstTime, IEventEmitter* emitter)

Public Attributes

TKey Key
bool FirstTime

Detailed Description

CEventKeyDown Send when a key is push down.

The key type is Key and FirstTime is true if the previous key state wasn't pushed.

Definition at line 257 of file events.h.


Constructor & Destructor Documentation

NLMISC::CEventKeyDown::CEventKeyDown ( TKey key,
TKeyButton button,
bool bFirstTime,
IEventEmitter * emitter ) [inline]
 

Definition at line 260 of file events.h.


Member Data Documentation

bool NLMISC::CEventKeyDown::FirstTime
 

Definition at line 266 of file events.h.

TKey NLMISC::CEventKeyDown::Key
 

Definition at line 265 of file events.h.


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