Event triggered when mouse button is pressed.
More...
#include <inputs/InputSystem.hpp>
|
static const std::string | GetStaticEventType () |
|
|
Uint8 | button |
| ID of pressed button.
|
|
Event triggered when mouse button is pressed.
◆ InputMouseButtonDownEvent()
StevEngine::InputMouseButtonDownEvent::InputMouseButtonDownEvent |
( |
Uint8 | 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: