#include <le2d/input/controls.hpp>
Public Member Functions | |
| KeyChord ()=default | |
| constexpr | KeyChord (int const key, int const action=GLFW_PRESS, int const mods=0) |
| constexpr auto | is_engaged (event::Key const &key) const -> bool |
Public Member Functions inherited from le::input::Chord | |
| Chord ()=default | |
| constexpr | Chord (Entry const &match) |
| constexpr auto | is_engaged (Entry const &entry) const -> bool |
|
default |
|
inlineexplicitconstexpr |
|
inlineconstexpr |