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

CEventMouseDblClk Send when a single mouse button is double clicked. +More... +

+#include <events.h> +

+

Inheritance diagram for NLMISC::CEventMouseDblClk: +

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

Public Methods

 CEventMouseDblClk (float x, float y, TMouseButton button, IEventEmitter *emitter)
+

Detailed Description

+CEventMouseDblClk Send when a single mouse button is double clicked. +

+The Button value should have only ONE flag set between leftButton, rightButton and middleButton. X and Y have the new mouse position in window coordinate system. +

+ +

+Definition at line 359 of file events.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NLMISC::CEventMouseDblClk::CEventMouseDblClk float   x,
float   y,
TMouseButton   button,
IEventEmitter  emitter
[inline]
+
+ + + + + +
+   + + +

+ +

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

+References NLMISC::CEventMouse::CEventMouse, NLMISC::EventMouseDblClkId, NLMISC::TMouseButton, x, and y.

+


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