The LazyBoy Library Manual - CursorVisible

Part of the CRT group.

%imacro CursorVisible 0-1
Prefers: label

If the cursor is Visible, the Carry Flag will be clear and if %1 is provided, a jump to %1 will occur.

Examples:

        CursorVisible           ; set CF if visible, clear if not visible
        CursorVisible  SHOW_IT  ; set carry flag by state, jump if visible

See also: CursorInvisible, CursorHide, CursorShow.