Clear the mouse pointer definition from a window.
Source position: intuition.pas line 4085
procedure ClearPointer( |
window: pWindow |
); |
window |
|
A pointer to the window to be cleared of its pointer definition |
Clears the window of its own definition of the Intuition mouse pointer. After calling ClearPointer(), every time this window is the active one the default Intuition pointer will be the pointer displayed to the user. If your window is the active one when this routine is called, the change will take place immediately.
Custom definitions of the mouse pointer which this function clears are installed by a call to SetPointer().
|
Select a pointer for your window. |
|
|
Specify a pointer sprite image for a window. |