#include <xrb_gui_events.hpp>
Public Member Functions | |
EventFocus (ScreenCoordVector2 const &position, Float const time) | |
Constructs a focus event from the given screen coordinate vector (the position of the mouse at the time of a mouse button down event). | |
virtual | ~EventFocus () |
Boring destructor. | |
ScreenCoordVector2 const & | Position () const |
Returns the position used to construct this event. |
Generated by Widget in response to mouse button down events. These events are used to focus the widgets that are under the mouse when a mouse button down event occurs.
Definition at line 28 of file xrb_gui_events.hpp.