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_1CGDButton.html | 218 +++++++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 docs/doxygen/nel/classNLMISC_1_1CGDButton.html (limited to 'docs/doxygen/nel/classNLMISC_1_1CGDButton.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1CGDButton.html b/docs/doxygen/nel/classNLMISC_1_1CGDButton.html new file mode 100644 index 00000000..2dd70286 --- /dev/null +++ b/docs/doxygen/nel/classNLMISC_1_1CGDButton.html @@ -0,0 +1,218 @@ + + + + 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::CGDButton Class Reference

A button state has changed. +More... +

+#include <game_device_events.h> +

+

Inheritance diagram for NLMISC::CGDButton: +

+ +NLMISC::CGameDeviceEvent +NLMISC::CEvent +NLMISC::CClassId +NLMISC::CGDButtonDown +NLMISC::CGDButtonUp + +List of all members. + + + + + +

Public Methods

 CGDButton (uint buttonIndex, bool pushed, IGameDevice *gameDevice, IEventEmitter *emitter, const CClassId &classId)

Public Attributes

uint ButtonIndex
bool Pushed
+

Detailed Description

+A button state has changed. +

+ +

+Definition at line 87 of file game_device_events.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NLMISC::CGDButton::CGDButton uint   buttonIndex,
bool   pushed,
IGameDevice  gameDevice,
IEventEmitter  emitter,
const CClassId  classId
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 95 of file game_device_events.h. +

+References ButtonIndex, NLMISC::CClassId::CClassId, NLMISC::CGameDeviceEvent::CGameDeviceEvent, and Pushed. +

+Referenced by NLMISC::CGDButtonDown::CGDButtonDown, and NLMISC::CGDButtonUp::CGDButtonUp.

+


Member Data Documentation

+

+ + + + +
+ + +
uint NLMISC::CGDButton::ButtonIndex +
+
+ + + + + +
+   + + +

+ +

+Definition at line 91 of file game_device_events.h. +

+Referenced by CGDButton.

+

+ + + + +
+ + +
bool NLMISC::CGDButton::Pushed +
+
+ + + + + +
+   + + +

+ +

+Definition at line 92 of file game_device_events.h. +

+Referenced by CGDButton.

+


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