-
Notifications
You must be signed in to change notification settings - Fork 282
Support for borderless windows #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Plugin interface doesn't need a glfw.Window to be instantiated. Calling the init function of the Plugin interface improves the flexibility. #137
Plugin interface doesn't need a glfw.Window to be instantiated. Calling the init function of the Plugin interface improves the flexibility. #137
This can be done by adding an Option that overrides a default in Application config. By default we should enable borders. They may be disabled in GLFW using the This can be done in core go-flutter. Not sure if it should be a plugin. |
Such features can be done in core go-flutter, but I'll like to keep the numbers of |
That being said, I think there is room in plug-ins for a specific go-flutter plug-in that will take care of setting an multiple |
I think go-flutter must be in charge of the window and application lifecycle. Plugins are meant to support platform specific features that are not in scope for go-flutter. E.g. webcam, audio, webview, etc. |
Would it be possible to add support for borderless window mode? Thanks! 👍
The text was updated successfully, but these errors were encountered: