mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Remove ComponentVtable::input_event
And the custom handling of the mouse grabber
This commit is contained in:
parent
845627c6b4
commit
8a64f10e84
69 changed files with 213 additions and 469 deletions
|
@ -84,6 +84,5 @@ pub fn use_modules() -> usize {
|
|||
+ properties::ffi::sixtyfps_property_init as usize
|
||||
+ string::ffi::sixtyfps_shared_string_bytes as usize
|
||||
+ eventloop::ffi::sixtyfps_component_window_drop as usize
|
||||
+ input::ffi::sixtyfps_process_ungrabbed_mouse_event as usize
|
||||
+ component::ffi::sixtyfps_component_init_items as usize
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue