Empirical
|
This is the complete list of members for emp::web::KeypressManager, including all inherited members.
AddKeydownCallback(std::function< bool(const KeyboardEvent &)> cb_fun, int order=-1) | emp::web::KeypressManager | inline |
AddKeydownCallback(char key, std::function< void()> cb_fun, int order=-1) | emp::web::KeypressManager | inline |
AddKeydownCallback(const std::string &key_set, const std::function< void()> &cb_fun, int order) | emp::web::KeypressManager | inline |
AddKeydownCallback(const std::string &key_set, const std::function< void()> &cb_fun) | emp::web::KeypressManager | inline |
GetFunCount() const | emp::web::KeypressManager | inline |
GetNextOrder() const | emp::web::KeypressManager | inline |
KeypressManager() | emp::web::KeypressManager | inline |
~KeypressManager() | emp::web::KeypressManager | inline |