GEOS SDK TechDocs
|
|
4.1 RulerShowControl
|
4.3 Grid Spacing and Constraint
The ruler has the ability to show a tick mark which tracks the mouse's movement. This can be a boon to users who wish to know the mouse's precise location.
void MSG_VIS_RULER_SHOW_MOUSE();
Sets a flag such that the ruler will draw the mouse tick on pointer events.
void MSG_VIS_RULER_HIDE_MOUSE();
Sets a flag such that the ruler won't draw the mouse tick on pointer events.
void MSG_VIS_RULER_DRAW_MOUSE_TICK( @stack
sdword yInt,
word yFrac,
sdword xInt,
word xFrac);
This message indicates that the ruler should draw a line indicating the mouse position and informs the ruler of the mouse's new position.
GEOS SDK TechDocs
|
|
4.1 RulerShowControl
|
4.3 Grid Spacing and Constraint