diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-05-10 12:20:51 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-05-10 12:20:51 +1000 |
| commit | e4ce7c4ac23402e09be8d6a52e0f739c0dff4ff0 (patch) | |
| tree | 3e04ac08a884fb6d6c887cd70218316a30ae3371 /src/tangara/input/input_hook.hpp | |
| parent | 5b109ed32709c271a6803382c5738802919c9c69 (diff) | |
| parent | 2afeb2989b2f845664e12f93e850aab983be12cc (diff) | |
| download | tangara-fw-e4ce7c4ac23402e09be8d6a52e0f739c0dff4ff0.tar.gz | |
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
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; |
