enableMouseCellMotion static method

Cmd enableMouseCellMotion()

A command that enables mouse cell motion tracking.

Reports mouse clicks and motion when a button is held.

Implementation

static Cmd enableMouseCellMotion() {
  return const Cmd(_enableMouseCellMotion);
}