isMouseDown method

bool isMouseDown(
  1. String action
)

Implementation

bool isMouseDown(String action) => _mouseDown[action] ?? false;