isMouseUp method

bool isMouseUp(
  1. String action
)

Implementation

bool isMouseUp(String action) => !isMouseDown(action);