Closed romge closed 3 years ago
Generalizes cursor movement such as cursorUp, cursorDown, ... to negative values, which move the cursor in the opposite direction.
cursorUp
cursorDown
Also adds a new method cursorMove that moves the cursor in horizontal and vertical direction at once.
cursorMove
Generalizes cursor movement such as
cursorUp
,cursorDown
, ... to negative values, which move the cursor in the opposite direction.Also adds a new method
cursorMove
that moves the cursor in horizontal and vertical direction at once.