From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/classNLMISC_1_1CEventKeyDown.html | 210 +++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 docs/doxygen/nel/classNLMISC_1_1CEventKeyDown.html (limited to 'docs/doxygen/nel/classNLMISC_1_1CEventKeyDown.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1CEventKeyDown.html b/docs/doxygen/nel/classNLMISC_1_1CEventKeyDown.html new file mode 100644 index 00000000..e99afa16 --- /dev/null +++ b/docs/doxygen/nel/classNLMISC_1_1CEventKeyDown.html @@ -0,0 +1,210 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: +

+ +NLMISC::CEventKey +NLMISC::CEvent +NLMISC::CClassId + +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. +

+References NLMISC::CEventKey::CEventKey, NLMISC::EventKeyDownId, FirstTime, Key, NLMISC::TKey, and NLMISC::TKeyButton.

+


Member Data Documentation

+

+ + + + +
+ + +
bool NLMISC::CEventKeyDown::FirstTime +
+
+ + + + + +
+   + + +

+ +

+Definition at line 266 of file events.h. +

+Referenced by CEventKeyDown.

+

+ + + + +
+ + +
TKey NLMISC::CEventKeyDown::Key +
+
+ + + + + +
+   + + +

+ +

+Definition at line 265 of file events.h. +

+Referenced by CEventKeyDown.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1