12 bool higher_key_pressed;
13 bool lower_key_pressed;
Definition: hurdygurdy.h:7
bool lowerKeyPressed()
Retruns whether or not a lower key is being pressed this cycle.
Definition: hurdygurdy.cpp:61
int getMaxOffset()
Updates all keybox objects, returns the highest key being pressed on the keybox.
Definition: hurdygurdy.cpp:20
bool higherKeyPressed()
Returns whether or not a higher key is being pressed this cycle.
Definition: hurdygurdy.cpp:55
KeyboxButton * keybox[num_keys]
Definition: hurdygurdy.h:16
const int num_keys
The number of keys on the keybox.
Definition: config.h:233