winit/examples
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
..
data Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
util Fix run_on_demand exiting on consequent call 2023-12-24 22:21:45 +04:00
child_window.rs Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
control_flow.rs Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
pump_events.rs Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
run_on_demand.rs Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
window.rs Create custom cursor with directly with event loop 2024-02-21 14:44:29 +04:00
x11_embed.rs Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00