Skip to content

extended window bindings with a way to leave fullscreen / kiosk mode #61

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

Conversation

FPurchess
Copy link
Contributor

The current implementation of window.Fullscreen() makes it impossible to gracefully leave the fullscreen / kiosk mode without manually executing commands on the window itself.

This PR fixes it by extending both methods with a bool window.Fullscreen(fullscreen bool) and window.Kiosk(kiosk bool) to set / unset the mode.

@miketheprogrammer
Copy link
Owner

Awesome. Thanks for this.

miketheprogrammer added a commit that referenced this pull request Nov 7, 2015
extended window bindings with a way to leave fullscreen / kiosk mode
@miketheprogrammer miketheprogrammer merged commit 76b01c8 into miketheprogrammer:master Nov 7, 2015
@FPurchess
Copy link
Contributor Author

Thanks for the great bindings!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants