initializeStandardTools method

void initializeStandardTools()

Initialize the three mouse tool lists with instances of the standard tools. This adds new instances of tools to the following three mouse tool lists: #mouseDownTools, #mouseMoveTools, or #mouseUpTools. This also sets the various tool properties of this ToolManager to those newly created tools. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose

Implementation

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