-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add ability to make window maximized #6
Comments
I can make almost the same things on macOS, but I think we have to get most important and frequency used things and implement them. |
something like function I am not sure about the cases of using : : window get focus, making taskbar blink / light up, |
Note: Shortcut for macOS is option key + shift + green button to get same behavior as clicking Maximize button on Windows. I agree about important features. It's still good to list out everything we want. We'll probably want to rename some features / merge them and then do a 1.0 release then people can use that version statically so the names don't change. Then for 2.0 release and so on we can continue to refine name and list of features to what is best. |
WIP version going to add it in properly later
|
Fully agree with you about version 1.0 and 2.0 . |
As I undestand this issue is done? |
Should be this with SW_SHOWMAXIMIZED I think
https://msdn.microsoft.com/en-us/library/windows/desktop/ms633548(v=vs.85).aspx
Could also add functions for minimizing, making window get focus, making taskbar blink / light up,
The text was updated successfully, but these errors were encountered: