34 #include "backends/keymapper/action.h" 35 #include "backends/keymapper/keymapper.h" 40 namespace pyrodactyl {
89 const int IG_START = IG_UP, IG_SIZE = IG_BLOCK - IG_START + 1;
90 const int IU_START = IU_UP, IU_SIZE = IT_TOTAL - IU_START;
100 KeyBindingMode _keyMode;
120 for (
int i = 0; i < IT_TOTAL; i++)
124 void populateKeyTable();
126 void setKeyBindingMode(KeyBindingMode mode);
128 KeyBindingMode getKeyBindingMode()
const {
137 bool _ivState[IT_TOTAL];
140 bool state(
const InputType &val);
153 #endif // CRAB_INPUT_H
A set of well known keymapper actions.
Definition: moveeffect.h:37