Prev: 23487 Up: Map Next: 23497
23489: Position data for drawing windows
23489 DEFB 0 Initial y-coordinate of top of hand cursor relative to current window (characters)
23490 DEFB 0 x-coordinate of left of interior area of window (characters) (i.e. value at 23493 plus 1)
23491 DEFB 0 y-coordinate of top of hand cursor (pixels)
23492 DEFB 0 y-coordinate of bottom of window (including frame) (pixels)
23493 DEFB 0 x-coordinate of left edge (of frame, or of interior) of window (characters)
23494 DEFB 0 y-coordinate of top edge (of frame, or of interior) of window (characters)
23495 DEFB 0 x-coordinate of right edge (of frame, or of interior) of window (characters)
23496 DEFB 0 y-coordinate of bottom edge (of frame, or of interior) of window (characters)
Prev: 23487 Up: Map Next: 23497