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 mouse state:
- abs.x/y (int) the absolute coordinates of the mouse
- rel.x/y (int) the relative movement of the mouse
- met (int) the Mouse Event Type
- buttonnum (int) the buttons causing the event.
- buttonstate (int) the previous button state.
- modstate (int) the keyboard modifier state.