acHideMouseCursor() - Hides all standard mouse cursors acShowMouseCursor() - Restores all standard mouse cursors
acAutoHideMouseCursor(hidetimer, rehidetimer) - hidetimer: How long (in milliseconds) to wait without mouse movement before hiding the mouse cursor. Passing 0 (zero) disables auto-hiding. - rehidetimer: How often (in milliseconds) to rehide the mouse cursor if it should be hidden (in case another applications re-displays the cursor)