81AEA |
WINDOWUP
|
( → )
Moves display one pixel up.
|
81ADB |
WINDOWDOWN
|
( → )
Moves display one pixel down.
|
81AE0 |
WINDOWLEFT
|
( → )
Moves display one pixel left.
|
81AE5 |
WINDOWRIGHT
|
( → )
Moves display one pixel right.
|
82341 |
SCROLLUP
|
( → )
Moves display one pixel up, checks for
corresponding key being pressed.
|
82323 |
SCROLLDOWN
|
( → )
Moves display one pixel down, checks for
corresponding key being pressed.
|
8232D |
SCROLLLEFT
|
( → )
Moves display one pixel left, checks for
corresponding key being pressed.
|
82337 |
SCROLLRIGHT
|
( → )
Moves display one pixel right, checks for
corresponding key being pressed.
|
82297 |
JUMPTOP
|
( → )
Jumps to top of display.
|
8228D |
JUMPBOT
|
( → )
Jumps to bottom of display.
|
822A1 |
JUMPLEFT
|
( → )
Jumps to left of display.
|
822AB |
JUMPRIGHT
|
( → )
Jumps to right of display.
|
824E5 |
WINDOWTOP?
|
( → flag )
Is window at the top?
|
824C7 |
WINDOWBOT?
|
( → flag )
Is window at the bottom?
|
824D1 |
WINDOWLEFT?
|
( → flag )
Is window at the left?
|
824DB |
WINDOWRIGHT?
|
( → flag )
Is window at the right?
|