Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 2

CursorStatus(Status, Size)

Returns the current graphics cursor status and size.

Parameters

Status - Variable to hold graphics cursor status
  0 = Off
  1 = On
SizeStatus - Variable to hold graphics cursor size
  0 = Normal Size
  1 = Half Size

Examples

BASIC

CALL CursorStatus(Status%, SizeStatus%)

PASCAL

CursorStatus(Status, SizeStatus);