#include <xrb_input_events.hpp>

Public Member Functions | |
| EventMouseButtonUp (Key::Code button_code, ScreenCoordVector2 const &position, Key::Modifier modifier, Float time) | |
| Constructs an EventMouseButton with the given parameters. | |
| virtual | ~EventMouseButtonUp () |
| Destructor. | |
| virtual bool | IsMouseButtonUpEvent () const |
| Override of Xrb::EventMouseButton::IsMouseButtonUpEvent to indicate that this is, indeed, a mouse button up event. | |
This event indicates a mouse button was released. This event indicates only the release event, not the depression event. For the depression event, refer to Xrb::EventMouseButtonDown.
Definition at line 357 of file xrb_input_events.hpp.
1.5.8