Function sixtyfps_corelib::input::process_mouse_input
source · [−]pub fn process_mouse_input(
component: ComponentRc,
mouse_event: MouseEvent,
window: &WindowRc,
mouse_input_state: MouseInputState
) -> MouseInputStateExpand description
Process the mouse_event on the component, the mouse_grabber_stack is the previous stack
of mouse grabber.
Returns a new mouse grabber stack.