|
|
|
|
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 ReferenceCEventMouseWheel Send when the mouse wheel is actioned.
More...
#include <events.h>
Inheritance diagram for NLMISC::CEventMouseWheel
[legend]Collaboration diagram for NLMISC::CEventMouseWheel:
[legend]List of all members.
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]
|
|
Member Data Documentation
bool NLMISC::CEventMouseWheel::Direction
|
|
The documentation for this class was generated from the following file:
|
|