Crazy Eddies GUI System  0.6.2
Public Member Functions | Public Attributes | List of all members
CEGUI::MouseEventArgs Class Reference

EventArgs based class that is used for objects passed to input event handlers concerning mouse input. More...

+ Inheritance diagram for CEGUI::MouseEventArgs:
+ Collaboration diagram for CEGUI::MouseEventArgs:

Public Member Functions

 MouseEventArgs (Window *wnd)
 
- Public Member Functions inherited from CEGUI::WindowEventArgs
 WindowEventArgs (Window *wnd)
 

Public Attributes

Point position
 holds current mouse position.
 
Vector2 moveDelta
 holds variation of mouse position from last mouse input
 
MouseButton button
 one of the MouseButton enumerated values describing the mouse button causing the event (for button inputs only)
 
uint sysKeys
 current state of the system keys and mouse buttons.
 
float wheelChange
 Holds the amount the scroll wheel has changed.
 
uint clickCount
 Holds number of mouse button down events currently counted in a multi-click sequence (for button inputs only).
 
- Public Attributes inherited from CEGUI::WindowEventArgs
Windowwindow
 pointer to a Window object of relevance to the event.
 
- Public Attributes inherited from CEGUI::EventArgs
bool handled
 handlers should set this to true if they handled the event, or false otherwise.
 
bool d_hasWindow
 Indicates if this event set has a parent window.
 

Detailed Description

EventArgs based class that is used for objects passed to input event handlers concerning mouse input.