winit/src
Mads Marquart 8db3e0e043
Rename "inner size" to "surface size" (#3889)
* Rename `WindowEvent::Resized` to `SurfaceResized`
* Rename `InnerSizeWriter` to `SurfaceSizeWriter`
* Replace `inner_size` with `surface_size`
* Rename `resize_increments` to `surface_resize_increments`
2024-09-04 15:04:48 +02:00
..
changelog Rename "inner size" to "surface size" (#3889) 2024-09-04 15:04:48 +02:00
platform Rename "inner size" to "surface size" (#3889) 2024-09-04 15:04:48 +02:00
platform_impl Rename "inner size" to "surface size" (#3889) 2024-09-04 15:04:48 +02:00
application.rs api: refactor ActiveEventLoop into trait 2024-08-06 21:02:53 +03:00
cursor.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
error.rs Implement common Std traits on many types (#3796) 2024-08-08 00:46:28 +02:00
event.rs Rename "inner size" to "surface size" (#3889) 2024-09-04 15:04:48 +02:00
event_loop.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
icon.rs Implement common Std traits on many types (#3796) 2024-08-08 00:46:28 +02:00
keyboard.rs Implement common Std traits on many types (#3796) 2024-08-08 00:46:28 +02:00
lib.rs api: convert Window to dyn Window 2024-08-23 23:40:27 +03:00
monitor.rs Rename "inner size" to "surface size" (#3889) 2024-09-04 15:04:48 +02:00
utils.rs chore: use our own AsAny to provide &dyn Any 2024-08-11 21:24:34 +03:00
window.rs Rename "inner size" to "surface size" (#3889) 2024-09-04 15:04:48 +02:00