AnimEngine
|
Classes | |
struct | KeyInfo |
Public Member Functions | |
KeyDebouncer (double duration=.2) | |
bool | keyPress (GLFWwindow *aWindow, int key) |
bool | isKeyReady (int key) const |
void | setDebounceDuration (int key, double duration) |
Protected Attributes | |
std::unordered_map< int, KeyInfo > | mLastTimes |
Timeline | mTimeline |