Store the requested muted state

This commit is contained in:
Sam Lantinga 2023-11-08 03:36:47 -08:00
parent ce9e1bd324
commit 7cc3e94eb2

View file

@ -393,6 +393,7 @@ void SDL_EVDEV_kbd_set_muted(SDL_EVDEV_keyboard_state *state, SDL_bool muted)
/* Restore the original keyboard mode */
ioctl(state->console_fd, KDSKBMODE, state->old_kbd_mode);
}
state->muted = muted;
}
/*