# 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::CEventMouseDown Class Reference

CEventMouseDown Send when a single mouse button is pushed down. More...

#include <events.h>

Inheritance diagram for NLMISC::CEventMouseDown:

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

Public Methods

 CEventMouseDown (float x, float y, TMouseButton button, IEventEmitter *emitter)

Detailed Description

CEventMouseDown Send when a single mouse button is pushed down.

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 320 of file events.h.


Constructor & Destructor Documentation

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

Definition at line 323 of file events.h.

References NLMISC::CEventMouse::CEventMouse, NLMISC::EventMouseDownId, NLMISC::TMouseButton, x, and y.


The documentation for this class was generated from the following file: