Main sections
SYSTEMPOINTER
SYSTEMPOINTER mode#
This command displays the current system pointer (mouse) if mode#=TRUE, or hides it if mode#=FALSE. This is very handy if you want to program a GUI or simulate the PocketPC pen on a PC using a mouse.
Example:
    ...
    SYSTEMPOINTER TRUE
    ...
For this to work you also need to call MOUSESTATE somewhere in your program.

