You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using 1.0 RC on Windows 10 22H2 if I try to close MelonDS while it's using a second window with a launcher, in my case Launchbox, such as by using a script like:
$Esc::
{
WinClose, ahk_exe {{{StartupEXE}}}
}
Pressing escape only closes the secondary window and not the primary window. Pressing it a second time does indeed close the primary window but then on next startup of MelonDS only the primary window is open. If I'm not in full screen mode and have access to a mouse, such as while testing for setup, and I close the primary window directly I get a Windows MelonDS has stopped working message.
which suggests to me that this is not the intended way to approach this issue. Additionally, if I use the -f flag for full screen in my startup command
only the primary window is made fullscreen. If I have bound a key to toggle fullscreen under Config -> Input Hotkeys -> General hotkeys and press it while things are like this the primary screen comes out of fullscreen, but if I press it again both screens go into fullscreen as preferred but not as expected based off of the outcome of the -f flag.
Based on these behaviors it almost feels like I should allow melonDS to open stock without modifiers then:
Open a second window and move it to Display 2
Set Window 1 to Screen Sizing Top Only
Set Window 2 to Screen Sizing Bottom Only
Invoke Full screen
and then undo each of those steps on close, but as far as I can tell there aren't any flags or hotkeys to do the first 3 of those steps.
Am I missing something here?
The text was updated successfully, but these errors were encountered:
Using 1.0 RC on Windows 10 22H2 if I try to close MelonDS while it's using a second window with a launcher, in my case Launchbox, such as by using a script like:
$Esc::
{
WinClose, ahk_exe {{{StartupEXE}}}
}
Pressing escape only closes the secondary window and not the primary window. Pressing it a second time does indeed close the primary window but then on next startup of MelonDS only the primary window is open. If I'm not in full screen mode and have access to a mouse, such as while testing for setup, and I close the primary window directly I get a Windows MelonDS has stopped working message.
which suggests to me that this is not the intended way to approach this issue. Additionally, if I use the -f flag for full screen in my startup command
only the primary window is made fullscreen. If I have bound a key to toggle fullscreen under Config -> Input Hotkeys -> General hotkeys and press it while things are like this the primary screen comes out of fullscreen, but if I press it again both screens go into fullscreen as preferred but not as expected based off of the outcome of the -f flag.
Based on these behaviors it almost feels like I should allow melonDS to open stock without modifiers then:
and then undo each of those steps on close, but as far as I can tell there aren't any flags or hotkeys to do the first 3 of those steps.
Am I missing something here?
The text was updated successfully, but these errors were encountered: