struct

Term2::WithMouseAllMotion

Inherits Term2::ProgramOption < Struct < Value < Object

Enables all mouse motion tracking (hover events).

Reports all mouse movement, including when no button is pressed. This enables hover detection but generates many events.

Instance methods

apply(program : Program) : Nil

Apply this option to a program instance.

Source