MouseInit SUB Action Initializes the mouse-driver-servicing routines. Syntax MouseInit Remarks MouseInit is used at or near the beginning of any program that uses the procedures provided by the mouse procedures of the User Interface toolbox. MouseInit must be called before any other mouse procedures are used. The MouseInit procedure sets the cursor flag in the mouse driver to -1. When the internal cursor flag is less than 0, the mouse cursor is hidden; when it is 0, the mouse cursor is displayed. It is never greater than 0. Note ---- The cursor flag is part of the mouse driver, not part of these mouse procedures or the User Interface toolbox. See Also. MenuInit, MouseDriver