kick
|
Static Public Member Functions | |
static void | reset () |
clear the frame specific properties | |
static bool | down (Key button) |
static bool | pressed (Key button) |
static bool | up (Key button) |
static bool | down (const KeyMapping &mapping) |
static bool | pressed (const KeyMapping &mapping) |
static bool | anyDown () |
static bool | anyUp () |
static bool | anyPressed () |
static void | pressBegin (Key k) |
static void | pressEnd (Key k) |
static const std::set< Key > & | buttonsDown () |
static const std::set< Key > & | buttonsPressed () |
static const std::set< Key > & | buttonsUp () |
Definition at line 290 of file key_input.h.