#include <xrb_input_events.hpp>
Public Member Functions | |
EventMouseButtonDown (Key::Code button_code, ScreenCoordVector2 const &position, Key::Modifier modifier, Float time) | |
Constructs an EventMouseButton with the given parameters. | |
virtual | ~EventMouseButtonDown () |
Choose. Choose the form of the destructor! | |
virtual bool | IsMouseButtonDownEvent () const |
Override of Xrb::EventMouseButton::IsMouseButtonDownEvent to indicate that this is, indeed, a mouse button down event. |
This event indicates a mouse button was depressed. This event indicates only the depression event, not the release event. For the release event, refer to Xrb::EventMouseButtonUp.
Definition at line 328 of file xrb_input_events.hpp.