winit-sonoma-fix/src/platform_impl
hafiz 36f4eccb5c fix: distinguish grab and grabbing cursors (#1154)
On macOS, there is a difference between a "grab" cursor and a "grabbing"
cursor, where "grab" is an open-hand cursor used during a hover, and
"grabbing" is a closed-hand cursor used on a click. These, and other
native MacOS cursors, can be seen at the [NSCursor documentation](https://developer.apple.com/documentation/appkit/nscursor?language=objc).

See https://github.com/hecrj/iced/issues/9 for the motivation for this
PR.
2019-09-12 16:38:44 -07:00
..
android Add touch pressure information for touch events on iOS (#1090) 2019-08-13 18:12:13 -04:00
emscripten Add touch pressure information for touch events on iOS (#1090) 2019-08-13 18:12:13 -04:00
ios [ios] Groundwork for new Redraw API, refactoring AppState, and bugfixes (#1133) 2019-09-04 14:23:11 -07:00
linux wayland: instantly wake up if events are pending (#1153) 2019-09-11 08:28:21 +02:00
macos fix: distinguish grab and grabbing cursors (#1154) 2019-09-12 16:38:44 -07:00
windows Add touch pressure information for touch events on Windows (#1134) 2019-09-09 14:15:49 -04:00
mod.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00