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

CEventMouseWheel Send when the mouse wheel is actioned. +More... +

+#include <events.h> +

+Inheritance diagram for NLMISC::CEventMouseWheel

Inheritance graph
+ + + + + +
[legend]
Collaboration diagram for NLMISC::CEventMouseWheel:

Collaboration graph
+ + + + + + +
[legend]
List of all members. + + + + +

Public Methods

 CEventMouseWheel (float x, float y, TMouseButton button, bool direction, IEventEmitter* emitter)

Public Attributes

bool Direction
+

Detailed Description

+CEventMouseWheel Send when the mouse wheel is actioned. +

+Button have the state of the three mouse and SHIFT CTRL and ALT system keys. When the flag is set, the button is pushed. X and Y have the new mouse position in window coordinate system. If Direction is true, the wheel was moved forward and if it is false, backward. +

+ +

+Definition at line 374 of file events.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+NLMISC::CEventMouseWheel::CEventMouseWheel ( + +float x, +
+float y, +
+TMouseButton button, +
+bool direction, +
+IEventEmitter * emitter ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 378 of file events.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+bool NLMISC::CEventMouseWheel::Direction +
+
+ + + + + +
+   + + +

+ +

+Definition at line 377 of file events.h.

+


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