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