Intrinsic-89 GetCursorInfo |
Top Previous Next |
89: GetCursorInfo(@X, @Y, @Info);
This intrinsic retrieves information about the cursor. The X and Y arguments receive the current position of the cursor on the screen. The Info argument points to an array of additional information about the cursor. Here is a list of each array item:
Info(0) - Boolean indicating whether the cursor is visible. Info(1) - The cursor size. The low byte contains the ending scanline of the cursor. The next byte contains the starting scanline of the cursor. |