[client] keybind: add ScrollLock+C to cycle microphone defaults

This makes it possible to change the default action taken the next time
an application tries to open the microphone without restarting the
client.
This commit is contained in:
Quantum
2022-06-01 23:00:22 -04:00
committed by Geoffrey McRae
parent ae38db4915
commit eb1774f955
2 changed files with 24 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ enum MicDefaultState {
MIC_DEFAULT_ALLOW,
MIC_DEFAULT_DENY
};
#define MIC_DEFAULT_MAX (MIC_DEFAULT_DENY + 1)
struct AppState
{