CEventMouseDown Send when a single mouse button is pushed down. More...
#include <events.h>
Inherits NLMISC::CEventMouse.
Public Member Functions | |
| CEventMouseDown (float x, float y, TMouseButton button, IEventEmitter *emitter) | |
| virtual CEvent * | clone () const |
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 361 of file events.h.
| NLMISC::CEventMouseDown::CEventMouseDown | ( | float | x, | |
| float | y, | |||
| TMouseButton | button, | |||
| IEventEmitter * | emitter | |||
| ) | [inline] |
| virtual CEvent* NLMISC::CEventMouseDown::clone | ( | ) | const [inline, virtual] |
1.6.1