PM_setOSCursorLocation

Set the location of the OS text mode console cursor.

Declaration

void PM_setOSCursorLocation(
    int x,
    int y);
void    PMAPI PM_setOSCursorLocation(int x,int y)

Prototype In

pmapi.h

Parameters

x

New console cursor X coordinate

y

New console cursor Y coordinate

 

Description

This function is used to set the location of the OS text mode console cursor. This function is valid only for operating systems that support running in console modes (DOS, Linux, OS/2 etc).

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com