pub fn mouse_pick_events(
window_events: MessageReader<'_, '_, WindowEvent>,
primary_window: Query<'_, '_, Entity, With<PrimaryWindow>>,
cursor_last: Local<'_, Vec2>,
pointer_inputs: MessageWriter<'_, PointerInput>,
)
Expand description
Sends mouse pointer events to be processed by the core plugin