mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 17:48:03 +00:00
Add default hotkey to swap primary screens.
Also minor style changes
This commit is contained in:
parent
8e64c6c170
commit
72786d410e
10 changed files with 27 additions and 13 deletions
|
@ -406,9 +406,8 @@ void RendererOpenGL::DrawScreens() {
|
|||
glUniform1i(uniform_color_texture, 0);
|
||||
|
||||
if (layout.top_screen_enabled) {
|
||||
DrawSingleScreenRotated(screen_infos[0], (float)top_screen.left,
|
||||
(float)top_screen.top, (float)top_screen.GetWidth(),
|
||||
(float)top_screen.GetHeight());
|
||||
DrawSingleScreenRotated(screen_infos[0], (float)top_screen.left, (float)top_screen.top,
|
||||
(float)top_screen.GetWidth(), (float)top_screen.GetHeight());
|
||||
}
|
||||
if (layout.bottom_screen_enabled) {
|
||||
DrawSingleScreenRotated(screen_infos[1], (float)bottom_screen.left,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue