Function sixtyfps_corelib::input::process_mouse_input[][src]

pub fn process_mouse_input(
    component: ComponentRc,
    mouse_event: MouseEvent,
    window: &ComponentWindow,
    mouse_input_state: MouseInputState
) -> MouseInputState

Process the mouse_event on the component, the mouse_grabber_stack is the prebious stack of mouse grabber. Returns a new mouse grabber stack.