winit-sonoma-fix/examples
Jim Eckerlein d448d3e14f
Add smart magnify gesture support for macOS (#2554)
* Add smart magnification gesture

* Deliver position of smart magnification event

* Document smart magnification event

* Revert "Deliver position of smart magnification event"

This reverts commit ac0e61a9a4e67bf54fc80230660051d366846bd4.

* Remove mention of touchpad from smart magnification event

* Update change log

* Mention minimum macOS version supporting smart magnification

* Improve doc
2023-01-21 17:35:07 +01:00
..
child_window.rs Use cfg aliases throught the code base 2022-12-25 10:57:27 +03:00
control_flow.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
cursor.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
cursor_grab.rs Refine Window::set_cursor_grab API 2022-06-13 09:43:14 +03:00
custom_events.rs Use cfg aliases throught the code base 2022-12-25 10:57:27 +03:00
drag_window.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
fullscreen.rs Explicitly specify minimum supported rust version 2022-07-29 14:39:41 +03:00
handling_close.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
icon.png Window icons (#497) 2018-05-07 17:36:21 -04:00
ime.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
monitor_list.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
mouse_wheel.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
multithreaded.rs Use cfg aliases throught the code base 2022-12-25 10:57:27 +03:00
multiwindow.rs examples/multiwindow.rs: ignore synthetic key press events 2022-07-03 22:25:08 +03:00
request_redraw.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
request_redraw_threaded.rs Use cfg aliases throught the code base 2022-12-25 10:57:27 +03:00
resizable.rs Less redundancy and improve fullscreen in examples 2022-07-01 14:07:10 +03:00
theme.rs Add Window::set_theme (#2553) 2022-11-29 10:05:51 +01:00
timer.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
touchpad_gestures.rs Add smart magnify gesture support for macOS (#2554) 2023-01-21 17:35:07 +01:00
transparent.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
video_modes.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
web.rs Use cfg aliases throught the code base 2022-12-25 10:57:27 +03:00
web_aspect_ratio.rs Use cfg aliases throught the code base 2022-12-25 10:57:27 +03:00
window.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
window_buttons.rs On Windows and macOS, add API to enable/disable window controls (#2537) 2022-11-29 11:03:51 +01:00
window_debug.rs Retain WS_MAXIMZE when unminmizing a maximized window (#2581) 2022-12-09 19:33:11 +01:00
window_drag_resize.rs feat(x11): Add Window::drag_resize_window (#2515) 2023-01-11 10:07:09 -07:00
window_icon.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
window_resize_increments.rs Allow changing resize increments after window creation 2022-09-03 21:50:22 +03:00
window_run_return.rs Redox OS support (#2588) 2023-01-05 06:58:08 -07:00