#include <xrb_gui_events.hpp>
Public Member Functions | |
EventMouseover (ScreenCoordVector2 const &position, Float const time) | |
Constructs a mouseover event from the given screen coordinate vector (the position of the mouse at the time of a mouse motion event). | |
virtual | ~EventMouseover () |
Destructor. Dull, dull, dull, oh GOD it's so desperately dull. | |
ScreenCoordVector2 const & | Position () const |
Returns the position used to construct this event. |
Generated by Widget in response to mouse motion events. These events are used to mouseover-focus the widgets that are under the mouse.
Definition at line 62 of file xrb_gui_events.hpp.