logo
pub fn process_mouse_input(
    component: ComponentRc,
    mouse_event: MouseEvent,
    window: &WindowRc,
    mouse_input_state: MouseInputState
) -> MouseInputState
Expand 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.