1
0
Fork 0
baseview/src
Robbert van der Helm ea0cd5367d
Fix resizing on Windows not triggering an event (#166)
Resizing should trigger a baseview resize event, but because we already
set the new size here the `WM_SIZE` event was ignored.

Co-authored-by: Micah Johnston <micah@photophore.systems>
2024-03-26 11:05:24 -05:00
..
gl Remove RawWindowHandleWrapper (#156) 2023-12-12 11:47:32 -06:00
macos Implement input focus for Mac & Windows (#170) 2024-03-25 17:05:16 -05:00
win Fix resizing on Windows not triggering an event (#166) 2024-03-26 11:05:24 -05:00
x11 Implement input focus for Mac & Windows (#170) 2024-03-25 17:05:16 -05:00
clipboard.rs Use &str instead of String. 2023-02-22 10:14:54 -08:00
event.rs Run rustfmt (#154) 2023-12-12 10:41:03 -06:00
keyboard.rs Fix a whackton of warnings and clippy lints 2022-02-07 23:10:53 +01:00
lib.rs Simplify and use copy_to_clipboard. 2023-02-21 15:45:11 -08:00
mouse_cursor.rs fix Windows build 2020-10-20 17:04:37 -05:00
window.rs Implement input focus for Mac & Windows (#170) 2024-03-25 17:05:16 -05:00
window_info.rs Run cargo fmt on source files (#106) 2021-11-10 00:57:54 -06:00
window_open_options.rs Add stubs for creating OpenGL contexts 2022-02-07 19:00:48 +01:00