winit/src/platform_impl/web
daxpedda 58142680ce
Various Monitor/VideoModeHandle methods now return an Option
`VideoModeHandle::refresh_rate_millihertz()` and `bit_depth()` now return a `Option<NonZero*>`.
`MonitorHandle::position()` now returns an `Option`.
On Orbital `MonitorHandle::name()` now returns `None` instead of a dummy name.
2024-08-08 01:29:51 +02:00
..
async Web: Implement MonitorHandle (#3801) 2024-07-23 20:33:10 +02:00
event_loop Implement common Std traits on many types (#3796) 2024-08-08 00:46:28 +02:00
script Web: bump ESLint to v9 (#3843) 2024-07-31 20:37:10 +02:00
web_sys Introduce FingerId (#3783) 2024-08-08 00:36:36 +02:00
cursor.rs Implement common Std traits on many types (#3796) 2024-08-08 00:46:28 +02:00
error.rs Fix web errors (#1040) 2019-07-10 18:54:54 -04:00
event.rs Introduce FingerId (#3783) 2024-08-08 00:36:36 +02:00
keyboard.rs Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
lock.rs Web: Implement MonitorHandle (#3801) 2024-07-23 20:33:10 +02:00
main_thread.rs Web: improve custom cursor handling and add animated cursors (#3384) 2024-01-12 11:51:19 +01:00
mod.rs Introduce FingerId (#3783) 2024-08-08 00:36:36 +02:00
monitor.rs Various Monitor/VideoModeHandle methods now return an Option 2024-08-08 01:29:51 +02:00
window.rs Implement common Std traits on many types (#3796) 2024-08-08 00:46:28 +02:00