GPE::MovePointer

This method is called by applications either to move the hot spot of the cursor to a specific screen location or to hide the cursor.

Syntax

SCODE GPE::MovePointer( int x, int y );

Parameters

x
Horizontal screen location to move the cursor to. Applications can pass a value of –1 to hide the cursor.
y
Vertical screen location to move the cursor to.