InitMouse()

Syntax

Result = InitMouse()
Description
Initializes the mouse environment for later use. You should call this function before any other functions in this library. If the result is null, no mouse is available.

Parameters

None.

Return value

Nonzero if the mouse functions are availables, zero otherwise.

Supported OS

All

<- ExamineMouse() - Mouse Index - MouseButton() ->