Cursor Control

  #include <vv_sys.h>
   
int cs_adj (WINDOWPTR wnp)

Checks and adjusts the position of the virtual cursor in the window

void cs_mv; (int wn_row, int wn_col, WINDOWPTR wnp)

Moves the virtual cursor to the specified location in the window

void csr_hide ( )

Hides the physical cursor and saves its location

int csr_isvisible ( )

Determines whether the cursor is displayed on the screen

void csr_mv (int row, int col)

Moves the physical cursor to the specified location on the screen

int csr_mvwn (int wn_row, int wn_col, WINDOWPTR wnp)

Moves the physical and virtual cursor to the specified window location

int csr_plwn (WINDOWPTR wnp)

Places the physical cursor at the virtual cursor location in the window

void csr_rd (int *rowp, int *colp)

Reads the current location of the physical cursor

void csr_show; ( )

Restores the physical cursor to its previous location

void csr_type (int csr_shape)

Changes the size and style of the physical cursor


Home Contents Previous Next