1
0
Fork 0
baseview/src
anunge d399c12755
using viewDidChangeBackingProperties callback to detect scale factor … (#95)
* using viewDidChangeBackingProperties callback to detect scale factor changes and propagate via WindowEvent::Resized

* null check on ns_window

* changed match with if
2021-03-29 13:39:53 -05:00
..
macos using viewDidChangeBackingProperties callback to detect scale factor … (#95) 2021-03-29 13:39:53 -05:00
win add window argument to WindowHandler::on_frame() 2021-01-27 02:13:08 -05:00
x11 Fix: Check for remaining events in the internal X11/xcb buffers (#86) 2021-03-04 11:00:42 -06:00
event.rs Derive Clone, Copy, PartialEq for EventStatus and WindowScalePolicy 2021-02-10 17:01:49 +01:00
keyboard.rs Use keyboard-types types directly instead of druid wrappers 2020-11-14 17:46:12 +01:00
lib.rs separate Window::open() into three functions (parented, as_if_parented, and blocking) 2021-01-01 22:52:59 -06:00
mouse_cursor.rs fix Windows build 2020-10-20 17:04:37 -05:00
window.rs Support passing back some events to the platform (#90) 2021-02-09 14:47:31 -06:00
window_info.rs fix Windows build 2020-10-20 17:04:37 -05:00
window_open_options.rs Derive Clone, Copy, PartialEq for EventStatus and WindowScalePolicy 2021-02-10 17:01:49 +01:00