Function CollisionObject2D._inputEvent

Accepts unhandled InputEvents. Requires inputPickable to be true. shape_idx is the child index of the clicked Shape2D. Connect to the input_event signal to easily pick up these events.

void _inputEvent (
  GodotObject viewport,
  InputEvent event,
  const(long) shape_idx
) nothrow @nogc;