![]() |
Calamity Engine 1.0.0
A cross-platform 2D game engine written in C++ and SDL3.
|
This is the complete list of members for InputEventMouseButton, including all inherited members.
| altPressed | InputEventWithModifiers | |
| button | InputEventMouseButton | |
| commandOrControlAutoremap | InputEventWithModifiers | |
| ctrlPressed | InputEventWithModifiers | |
| doubleClick | InputEventMouseButton | |
| factor | InputEventMouseButton | |
| getModifiersMask() const | InputEventWithModifiers | |
| getStrength() const | InputEventMouseButton | inlinevirtual |
| isAction(const std::string &action) const | InputEvent | |
| isActionPressed(const std::string &action) const | InputEvent | |
| isActionReleased(const std::string &action) const | InputEvent | |
| isCommandOrControlPressed() const | InputEventWithModifiers | |
| isPressed() const | InputEventMouseButton | inlinevirtual |
| isReleased() const | InputEventMouseButton | inlinevirtual |
| metaPressed | InputEventWithModifiers | |
| operator<=(const InputEvent &other) const | InputEventMouseButton | virtual |
| operator==(const InputEvent &other) const | InputEventMouseButton | virtual |
| position | InputEventMouse | |
| pressed | InputEventMouseButton | |
| relative | InputEventMouse | |
| shiftPressed | InputEventWithModifiers | |
| ~InputEvent()=default | InputEvent | virtual |