Name
SetPointer -- change mouse pointer of current display (V4.0)
Synopsis
SetPointer(id)
Function
This function displays the mouse pointer specified by id. The mouse pointer must have been previously created by CreatePointer().

Please note that every display has its private pointer setting. Thus, this function will only set the mouse pointer in the current display. If you want to change the mouse pointer of all your displays, you need to call SetPointer() for each of them (after making each active using SelectDisplay()).

Please note: This function has already been available since version 1.5 but its functionality changed completely in version 4.0. The old command is no longer supported.

Inputs
id
identifier of the mouse pointer to be displayed
Example
See CreatePointer


Show TOC