input_common: Use recursive mutex

This commit is contained in:
Narr the Reg
2022-02-01 14:53:36 -06:00
parent 11099dda2e
commit 7f211fe028

View File

@@ -217,7 +217,7 @@ private:
int index) const;
mutable std::mutex mutex;
mutable std::mutex mutex_callback;
mutable std::recursive_mutex mutex_callback;
bool configuring{false};
const std::string input_engine;
int last_callback_key = 0;