doMouseDown method

void doMouseDown()

If there is a GraphObject found with GraphObject#isActionable set to true, call that object's GraphObject#actionDown event, if it exists.

Implementation

void doMouseDown() {
  _i4.callMethod(
    this,
    'doMouseDown',
    [],
  );
}