findTarget method

dynamic findTarget(
  1. Event e,
  2. bool skipGroup
)

Method that determines what object we are clicking on the skipGroup parameter is for internal use, is needed for shift+click action

Implementation

external dynamic /*Object|dynamic*/ findTarget(Event e, bool skipGroup);