kick
|
Static Public Member Functions | |
static bool | down (int button) |
static bool | pressed (int button) |
static bool | up (int button) |
static void | buttonPressStarted (int button) |
static void | buttonPressEnded (int button) |
static glm::ivec2 | position () |
static void | setPosition (glm::ivec2 position) |
static glm::ivec2 | positionDelta () |
static void | setPositionDelta (glm::ivec2 positionDelta) |
static glm::ivec2 | mouseWheelDelta () |
static void | setMouseWheelDelta (glm::ivec2 mouseWheelDelta) |
static void | reset () |
clear the frame specific properties | |
static int | clicks () |
static void | setClicks (int clicks) |
Static Public Attributes | |
static const int | mouseButtons = 5 |
Definition at line 17 of file mouse_input.h.