menu
xterm package
documentation
mouse/position.dart
Position
isAfter method
isAfter method
dark_mode
light_mode
isAfter
method
bool
isAfter
(
Position
another
)
Implementation
bool isAfter(Position another) { return another.y < y || (another.y == y && another.x < x); }
xterm package
documentation
mouse/position
Position
isAfter method
Position class