Function add_pointer_debug

Source
pub fn add_pointer_debug(
    commands: Commands<'_, '_>,
    pointers: Query<'_, '_, Entity, (With<PointerId>, Without<PointerDebug>)>,
)
Expand description

Adds PointerDebug to pointers automatically.