SYNOPSIS:

root.global.pointer.pixel: pointer information when calling scripts

DESCRIPTION:

When Eccet calls a script due to a mouse click/move or a
keypress, it will fill in the root.global.pointer struct.
This substructures describes the pointed-to pixel:
- x/y (int) the coordinates of the pixel.
- depth (int) the 24.8 fixedpoint depth value for the pixel.
- color.r.g.b (3 int) the 16 bit color of the pixel.

SEE ALSO:

expression, variable, function, root.global
root.global.pointer