withMouseAllMotion method

ProgramOptions withMouseAllMotion()

Creates options that enable mouse all motion tracking.

Implementation

ProgramOptions withMouseAllMotion() =>
    copyWith(mouseMode: MouseMode.allMotion);