Class that allows binding of a user input device to a handler callable. More...
#include <eagine/application/input.hpp>
Public Member Functions | |
auto | id () const noexcept -> auto & |
Descriptive id of this input slot (what it accomplishes). | |
auto | handler () const noexcept -> auto & |
Reference to a callable object bound to the input. | |
Class that allows binding of a user input device to a handler callable.