26193 |
WINDOWUP
|
( → )
Moves display one pixel up.
|
26184 |
WINDOWDOWN
|
( → )
Moves display one pixel down.
|
26189 |
WINDOWLEFT
|
( → )
Moves display one pixel left.
|
2618E |
WINDOWRIGHT
|
( → )
Moves display one pixel right.
|
2F370 |
SCROLLUP
|
( → )
Moves display one pixel up, checks for
corresponding key being pressed.
|
2F36D |
SCROLLDOWN
|
( → )
Moves display one pixel down, checks for
corresponding key being pressed.
|
2F36E |
SCROLLLEFT
|
( → )
Moves display one pixel left, checks for
corresponding key being pressed.
|
2F36F |
SCROLLRIGHT
|
( → )
Moves display one pixel right, checks for
corresponding key being pressed.
|
2F34A |
JUMPTOP
|
( → )
Jumps to top of display.
|
2F347 |
JUMPBOT
|
( → )
Jumps to bottom of display.
|
2F348 |
JUMPLEFT
|
( → )
Jumps to left of display.
|
2F349 |
JUMPRIGHT
|
( → )
Jumps to right of display.
|
2F38D |
WINDOWTOP?
|
( → flag )
Is window at the top?
|
2F38A |
WINDOWBOT?
|
( → flag )
Is window at the bottom?
|
2F38B |
WINDOWLEFT?
|
( → flag )
Is window at the left?
|
2F38C |
WINDOWRIGHT?
|
( → flag )
Is window at the right?
|