Function mouse_pick_events

Source
pub fn mouse_pick_events(
    window_events: EventReader<'_, '_, WindowEvent>,
    primary_window: Query<'_, '_, Entity, With<PrimaryWindow>>,
    cursor_last: Local<'_, Vec2>,
    pointer_events: EventWriter<'_, PointerInput>,
)
Expand description

Sends mouse pointer events to be processed by the core plugin