Event triggered when mouse button is pressed.
More...
#include <inputs/InputSystem.hpp>
|
|
static const std::string | GetStaticEventType () |
| |
|
|
MouseButton | button |
| | ID of pressed button.
|
| |
Event triggered when mouse button is pressed.
◆ InputMouseButtonDownEvent()
| StevEngine::InputMouseButtonDownEvent::InputMouseButtonDownEvent |
( |
MouseButton | button | ) |
|
|
inline |
Create mouse button down event.
- Parameters
-
| button | ID of pressed button |
◆ GetEventType()
| const std::string StevEngine::InputMouseButtonDownEvent::GetEventType |
( |
| ) |
const |
|
inlineoverridevirtual |
Get type identifier for this event.
- Returns
- String identifier for event type
Implements StevEngine::Event.
The documentation for this class was generated from the following file: