enableMouseAllMotion static method

Cmd enableMouseAllMotion()

A command that enables mouse all motion tracking.

Reports all mouse motion, even without a button held.

Implementation

static Cmd enableMouseAllMotion() {
  return const Cmd(_enableMouseAllMotion);
}