SdlMouseState class
#include <nCine/Backends/SdlInputManager.h>
Information about SDL2 mouse state.
Base classes
- class nCine::MouseState
- Current state of the mouse.
Constructors, destructors, conversion operators
Public functions
- auto isButtonDown(MouseButton button) const -> bool override
- Returns
trueif the specified button is currently down.