Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

VgaSetCursorPos

NullException edited this page Aug 6, 2020 · 2 revisions

VgaSetCursorPos fucntion

Description

Sets the cursor position to specified coordinates

Syntax

void VgaSetCursorPos(dword x, 
                     dword y
);

Parameters

x

The X coordinate to set the cursor to


y

The Y coordinate to set the cursor to

Return Value

N/A

Clone this wiki locally