Store pointer behavior structure in graphics object
iptSetPointerBehavior(
stores the specified pointer behavior structure in the specified graphics object,
obj
,pointerBehavior
)obj
. If obj
is an array of objects,
then iptSetPointerBehavior
stores the same structure in each
object.
If the figure has a pointer manager installed, then the pointer manager calls
these functions when the mouse moves over and then exits an object in the figure.
See iptPointerManager
.
iptSetPointerBehavior(
clears the
pointer behavior from the graphics object or objects.obj
,[])