mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-01 23:07:45 +08:00
@@ -394,6 +394,7 @@ void SDL_EVDEV_kbd_set_muted(SDL_EVDEV_keyboard_state *state, SDL_bool muted)
|
|||||||
/* Restore the original keyboard mode */
|
/* Restore the original keyboard mode */
|
||||||
ioctl(state->console_fd, KDSKBMODE, state->old_kbd_mode);
|
ioctl(state->console_fd, KDSKBMODE, state->old_kbd_mode);
|
||||||
}
|
}
|
||||||
|
state->muted = muted;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user