mirror of
https://github.com/Llennpie/Saturn.git
synced 2025-01-22 23:52:09 -05:00
forgor keybind
This commit is contained in:
parent
d0d3257eb7
commit
1a36b77871
1 changed files with 4 additions and 0 deletions
|
@ -246,6 +246,10 @@ void saturn_imgui_handle_events(SDL_Event * event) {
|
|||
if(event->key.keysym.sym == SDLK_F5) {
|
||||
imgui_update_theme();
|
||||
}
|
||||
|
||||
if(event->key.keysym.sym == SDLK_F6) {
|
||||
k_popout_open = !k_popout_open;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue