SetCursor | ||
void SetCursor(number resNumber, bool visible[,point coords]) SetCursor sets the cursor
to the one specified by the resNumber. If the visible flag is TRUE,
it makes the cursor visible, otherwise, it hides the cursor. If the
coords are specified, it will move the cursor to the specified point
on the screen.
see also: HaveMouse |