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