1F523 |
WINDOWUP
|
( → )
Moves display one pixel up.
|
1F57B |
WINDOWDOWN
|
( → )
Moves display one pixel down.
|
1F83F |
WINDOWLEFT
|
( → )
Moves display one pixel left.
|
1FA0C |
WINDOWRIGHT
|
( → )
Moves display one pixel right.
|
3F3BA |
SCROLLUP
|
( → )
Moves display one pixel up, checks for
corresponding key being pressed.
|
3F3B9 |
SCROLLDOWN
|
( → )
Moves display one pixel down, checks for
corresponding key being pressed.
|
3F672 |
SCROLLLEFT
|
( → )
Moves display one pixel left, checks for
corresponding key being pressed.
|
3F673 |
SCROLLRIGHT
|
( → )
Moves display one pixel right, checks for
corresponding key being pressed.
|
3F64F |
JUMPTOP
|
( → )
Jumps to top of display.
|
3F64C |
JUMPBOT
|
( → )
Jumps to bottom of display.
|
3F64D |
JUMPLEFT
|
( → )
Jumps to left of display.
|
3F64E |
JUMPRIGHT
|
( → )
Jumps to right of display.
|
3F68F |
WINDOWTOP?
|
( → flag )
Is window at the top?
|
3F68C |
WINDOWBOT?
|
( → flag )
Is window at the bottom?
|
3F68D |
WINDOWLEFT?
|
( → flag )
Is window at the left?
|
3F68E |
WINDOWRIGHT?
|
( → flag )
Is window at the right?
|