send_mouse_event

Function send_mouse_event 

Source
pub fn send_mouse_event(
    tab_id: TabId,
    event: &MouseEventWui,
) -> WuiCoordCheckResult
Expand description

Send some mouse event NOTE: To make this easier to use, the modifiers for the actual mouse clicks are added to the modifiers set automatically. e.g. doing a left click will add the modifier: EVENTFLAG_LEFT_MOUSE_BUTTON