mouse1Down method

void mouse1Down()

Implementation

void mouse1Down() async {
  _mouse1DownCallback?.call();
}