Available nowhere.
Expand description
§0.22.2
- Added Clone implementation for ’static events.
- On Windows, fix window intermittently hanging when
ControlFlowwas set toPoll. - On Windows, fix
WindowBuilder::with_maximizedbeing ignored. - On Android, minimal platform support.
- On iOS, touch positions are now properly converted to physical pixels.
- On macOS, updated core-* dependencies and cocoa
§0.22.1
- On X11, fix
ResumeTimeReachedbeing fired too early. - On Web, replaced zero timeout for
ControlFlow::PollwithrequestAnimationFrame - On Web, fix a possible panic during event handling
- On macOS, fix
EventLoopProxyleaking memory for every instance.
§0.22.0
- On Windows, fix minor timing issue in wait_until_time_or_msg
- On Windows, rework handling of request_redraw() to address panics.
- On macOS, fix
set_simple_screento remember frame excluding title bar. - On Wayland, fix coordinates in touch events when scale factor isn’t 1.
- On Wayland, fix color from
close_button_icon_colornot applying. - Ignore locale if unsupported by X11 backend
- On Wayland, Add HiDPI cursor support
- On Web, add the ability to query “Light” or “Dark” system theme send
ThemeChangedon change. - Fix
Event::to_staticreturningNonefor user events. - On Wayland, Hide CSD for fullscreen windows.
- On Windows, ignore spurious mouse move messages.
- Breaking: Move
ModifiersChangedvariant fromDeviceEventtoWindowEvent. - On Windows, add
IconExtWindowstrait which exposes creating anIconfrom an external file or embedded resource - Add
BadIcon::OsErrorvariant for when OS icon functionality fails - On Windows, fix crash at startup on systems that do not properly support Windows’ Dark Mode
- Revert On macOS, fix not sending ReceivedCharacter event for specific keys combinations.
- on macOS, fix incorrect ReceivedCharacter events for some key combinations.
- Breaking: Use
i32instead ofu32for position type inWindowEvent::Moved. - On macOS, a mouse motion event is now generated before every mouse click.