mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Ensure MultiKeyboard deconstructs properly.
This commit is contained in:
@@ -46,6 +46,8 @@ class Keyboard {
|
|||||||
/// Constructs a Keyboard that declares itself to observe only members of @c observed_keys.
|
/// Constructs a Keyboard that declares itself to observe only members of @c observed_keys.
|
||||||
Keyboard(const std::set<Key> &observed_keys, const std::set<Key> &essential_modifiers);
|
Keyboard(const std::set<Key> &observed_keys, const std::set<Key> &essential_modifiers);
|
||||||
|
|
||||||
|
virtual ~Keyboard() {}
|
||||||
|
|
||||||
// Host interface.
|
// Host interface.
|
||||||
|
|
||||||
/// @returns @c true if the key press affects the machine; @c false otherwise.
|
/// @returns @c true if the key press affects the machine; @c false otherwise.
|
||||||
|
Reference in New Issue
Block a user