Change create_custom_cursor() to return Result (#3844)

This commit is contained in:
daxpedda
2024-08-06 18:57:03 +02:00
committed by GitHub
parent 29e1041987
commit f5304815a1
17 changed files with 141 additions and 87 deletions

View File

@@ -85,6 +85,7 @@ changelog entry.
- On Web, `Window::canvas()` now returns a reference.
- On Web, `CursorGrabMode::Locked` now lets `DeviceEvent::MouseMotion` return raw data, not OS
accelerated, if the browser supports it.
- `(Active)EventLoop::create_custom_cursor()` now returns a `Result<CustomCursor, ExternalError>`.
### Removed