winit-sonoma-fix/src/platform
Edwin Cheng 0474dc9861 Implement set_maximized, get_current_monitor, set_fullscreen and set_decorations for MacOS (#465)
* Added helper function for make monitor from display.

* Implement get_current_monitor  for macos

* Implemented with_fullscreen and set_fullscreen for macos

* Implemented set_decorations for macos

* Implement set_maximized and with_maximized for macos

* Changed fullscreen example fullscreen keypress from F11 to F

* Update CHANGELOG.md

* Add and fixed some comments

* Reformat and add more comments

* Better handling window and maximized state

* Reformat and typo fix
2018-04-17 14:07:54 -04:00
..
android Add methods to get the position of a window's client area, relative to the desktop (#430) 2018-04-16 21:40:30 -04:00
emscripten Add methods to get the position of a window's client area, relative to the desktop (#430) 2018-04-16 21:40:30 -04:00
ios Add methods to get the position of a window's client area, relative to the desktop (#430) 2018-04-16 21:40:30 -04:00
linux Add methods to get the position of a window's client area, relative to the desktop (#430) 2018-04-16 21:40:30 -04:00
macos Implement set_maximized, get_current_monitor, set_fullscreen and set_decorations for MacOS (#465) 2018-04-17 14:07:54 -04:00
windows Add methods to get the position of a window's client area, relative to the desktop (#430) 2018-04-16 21:40:30 -04:00
mod.rs Remove the use platform_not_supported hack (#285) 2017-09-15 15:45:45 +02:00