Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

ClearPointer

Clear the mouse pointer definition from a window.

Declaration

Source position: intuition.pas line 4085

procedure ClearPointer(

  window: pWindow

);

Arguments

window

  

A pointer to the window to be cleared of its pointer definition

Description

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().

See also

SetWindowPointerA

  

Select a pointer for your window.

SetPointer

  

Specify a pointer sprite image for a window.


Documentation generated on: 2021-07-30