winit/src/platform_impl/web
Kirill Chibisov 7abd427216 Create custom cursor with directly with event loop
Replace the `CustomCursorBuilder` with the `CustomCursorSource` and
perform the loading of the cursor via the
`EventLoop::create_custom_cursor` instead of passing it to the builder
itself.

This follows the `EventLoop::create_window` API.
2024-02-21 14:44:29 +04:00
..
async Make EventLoopProxy Sync 2024-02-19 08:47:32 +04:00
event_loop Create custom cursor with directly with event loop 2024-02-21 14:44:29 +04:00
web_sys Fix warnings with latest nightly 2024-02-19 08:47:32 +04:00
cursor.rs Create custom cursor with directly with event loop 2024-02-21 14:44:29 +04:00
device.rs Rename internal structs for consistency (#2149) 2022-03-18 14:09:39 +01:00
error.rs Fix web errors (#1040) 2019-07-10 18:54:54 -04:00
keyboard.rs Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
main_thread.rs Web: improve custom cursor handling and add animated cursors (#3384) 2024-01-12 11:51:19 +01:00
mod.rs Create custom cursor with directly with event loop 2024-02-21 14:44:29 +04:00
monitor.rs Rename VideoMode to VideoModeHandle (#3328) 2023-12-26 22:12:33 +01:00
window.rs Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00