diff options
Diffstat (limited to 'src/tangara/input/input_hook.hpp')
| -rw-r--r-- | src/tangara/input/input_hook.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tangara/input/input_hook.hpp b/src/tangara/input/input_hook.hpp index 3dc8a2c8..06fcb037 100644 --- a/src/tangara/input/input_hook.hpp +++ b/src/tangara/input/input_hook.hpp @@ -58,6 +58,8 @@ class TriggerHooks { auto name() const -> const std::string&; auto hooks() -> std::vector<std::reference_wrapper<Hook>>; + auto cancel() -> void; + // Not copyable or movable. TriggerHooks(const TriggerHooks&) = delete; TriggerHooks& operator=(const TriggerHooks&) = delete; |
