Replies: 1 comment 1 reply
-
Hi, Actually Ebiten prevented the app from being iconified, but we found an issue #1504 then I've reverted the change. I've filed #1506 to iconify the window only when appropriated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Currently on desktop, if you fullscreen an Ebiten app and then click away from it elsewhere (on another monitor, for example), the app minimizes. It'd be nice to add a function to allow the user to disable this functionality. Looks like this should be able to be accomplished with GLFW_AUTO_ICONIFY. Does this seem like a good idea?
Beta Was this translation helpful? Give feedback.
All reactions