Remove ComponentVtable::input_event

And the custom handling of the mouse grabber
This commit is contained in:
Olivier Goffart 2020-11-24 16:23:37 +01:00
parent 845627c6b4
commit 8a64f10e84
69 changed files with 213 additions and 469 deletions

View file

@ -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
}