winit/src/platform_impl/windows
acheronfail 062e0e52ee Feat/fullscreen getters (#838)
* feat: [macos] add get_fullscreen and get_simple_fullscreen

* feat: [windows] add get_fullscreen

* feat: [ios] add get_fullscreen

* feat: [android] add get_fullscreen

* feat: [emscripten] add get_fullscreen

* feat: [linux] add get_fullscreen

* feedback: `get_fullscreen() -> bool` -> `get_fullscreen() -> Option<Id>`
2019-04-27 20:29:55 +02:00
..
dpi.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
drop_handler.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
event.rs Ignore the AltGr key when populating ModifersState (#763) 2019-04-07 16:41:52 +02:00
event_loop.rs Prevent the event loop from pausing when entering modal loop (eventloop-2.0) (#839) 2019-04-14 11:48:31 -04:00
icon.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
mod.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
monitor.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
raw_input.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
util.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00
window.rs Feat/fullscreen getters (#838) 2019-04-27 20:29:55 +02:00
window_state.rs Event Loop 2.0 API and Windows implementation (#638) 2019-02-05 10:30:33 -05:00