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_1CGDMouseMove.html | 228 ++++++++++++++++++++++ 1 file changed, 228 insertions(+) create mode 100644 docs/doxygen/nel/classNLMISC_1_1CGDMouseMove.html (limited to 'docs/doxygen/nel/classNLMISC_1_1CGDMouseMove.html') diff --git a/docs/doxygen/nel/classNLMISC_1_1CGDMouseMove.html b/docs/doxygen/nel/classNLMISC_1_1CGDMouseMove.html new file mode 100644 index 00000000..f59f0672 --- /dev/null +++ b/docs/doxygen/nel/classNLMISC_1_1CGDMouseMove.html @@ -0,0 +1,228 @@ + + + + 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::CGDMouseMove Class Reference

A raw mouse move message, expressed in mickeys (absolute values). +More... +

+#include <game_device_events.h> +

+

Inheritance diagram for NLMISC::CGDMouseMove: +

+ +NLMISC::CEvent +NLMISC::CClassId + +List of all members. + + + + + + +

Public Methods

 CGDMouseMove (IEventEmitter *emitter, IMouseDevice *md, sint x, sint y)

Public Attributes

IMouseDeviceMD
sint X
sint Y
+

Detailed Description

+A raw mouse move message, expressed in mickeys (absolute values). +

+ +

+Definition at line 52 of file game_device_events.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NLMISC::CGDMouseMove::CGDMouseMove IEventEmitter  emitter,
IMouseDevice  md,
sint   x,
sint   y
[inline]
+
+ + + + + +
+   + + +

+ +

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

+References NLMISC::EventGDMouseMove, x, and y.

+


Member Data Documentation

+

+ + + + +
+ + +
IMouseDevice* NLMISC::CGDMouseMove::MD +
+
+ + + + + +
+   + + +

+ +

+Definition at line 55 of file game_device_events.h.

+

+ + + + +
+ + +
sint NLMISC::CGDMouseMove::X +
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file game_device_events.h.

+

+ + + + +
+ + +
sint NLMISC::CGDMouseMove::Y +
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file game_device_events.h.

+


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