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