We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An extension to #5. The transparency effects are now fully supported on macOS, but the following extra functions are not:
Enter fullscreen.
Window.enterFullscreen();
Exit fullscreen.
Window.exitFullscreen();
Hide controls.
Window.hideWindowControls();
Show controls.
Window.showWindowControls();
The text was updated successfully, but these errors were encountered:
MacOS: Address issues #10 and #11
def49ce
Merge pull request #14 from alexmercerind/feat-macos-support
19392d4
Address issues #10, #11, and #12 and add extra utility features
Adrian-Samoticha
Successfully merging a pull request may close this issue.
An extension to #5. The transparency effects are now fully supported on macOS, but the following extra functions are not:
Enter fullscreen.
Exit fullscreen.
Hide controls.
Show controls.
The text was updated successfully, but these errors were encountered: