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