PF_Sandbox
PF_Sandbox copied to clipboard
Fullscreen toggle
Handle Fullscreen toggle (Alt+Enter) + save in config.json
Blocked by issue https://github.com/rukai/PF_Sandbox/issues/3
Window resize issue mentioned above is now resolved. However we are now blocked by: https://github.com/tomaka/winit/issues/72
Toggle implemented here: https://github.com/rukai/PF_Sandbox/commit/6f23d7f771bb3a6bd1178f1077173c2d4bd57eaf However winit hasnt implemented the required methods on windows yet, so still waiting on that.