winit-sonoma-fix/src/platform_impl/macos
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
..
util fix: distinguish grab and grabbing cursors (#1154) 2019-09-12 16:38:44 -07:00
app.rs Implement DeviceEvent::Button on Mac (#967) 2019-06-27 02:58:21 -04:00
app_delegate.rs Change Suspended(true/false) => Suspended/Resumed (#959) 2019-06-21 20:59:31 -06:00
app_state.rs macos: Implement run_return (#1108) 2019-08-23 02:30:53 -07:00
event.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
event_loop.rs macos: Implement run_return (#1108) 2019-08-23 02:30:53 -07:00
ffi.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
mod.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
monitor.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
observer.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
view.rs macos: fix an incorrect type signature on NSView drawRect (#1104) 2019-08-14 00:01:22 -04:00
window.rs Implement raw_window_handle::HasRawWindowHandle for Window type (#1105) 2019-08-14 07:57:16 -04:00
window_delegate.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00