enableMouseCellMotion static method
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);
}
A command that enables mouse cell motion tracking.
Reports mouse clicks and motion when a button is held.
static Cmd enableMouseCellMotion() {
return const Cmd(_enableMouseCellMotion);
}