enableMouseAllMotion static method
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);
}
A command that enables mouse all motion tracking.
Reports all mouse motion, even without a button held.
static Cmd enableMouseAllMotion() {
return const Cmd(_enableMouseAllMotion);
}