mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
Ensure MultiKeyboard deconstructs properly.
This commit is contained in:
parent
18d0fff8da
commit
5a53474536
@ -46,6 +46,8 @@ class Keyboard {
|
||||
/// 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);
|
||||
|
||||
virtual ~Keyboard() {}
|
||||
|
||||
// Host interface.
|
||||
|
||||
/// @returns @c true if the key press affects the machine; @c false otherwise.
|
||||
|
Loading…
x
Reference in New Issue
Block a user