<< SL_RevealWindow | SL_ClearWindowClip >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_SetWindowPointer
NAME
SL_SetWindowPointer -- set the mouse form for a window.
SYNOPSIS
SL_SetWindowPointer(winhandle, pointer);
A0 D0
void SL_SetWindowPointer(WINHANDLE, UWORD);
FUNCTION
Sets the mouse form for a window to one of the many predefined
mouse forms.
INPUTS
winhandle - as returned by SL_CreateWindowA.
pointer - one of the POINTER_xxx defines. See SL_SetAppPointer for a
description of those values.
NOTES
If the window is in a wait state (via SL_AppWaitState) then the mouse form will
not chage until the wait state is removed.
SEE ALSO
SL_SetAppPointer.
SL_SetWindowPointer Command Section By Type url:SL_SetWindowPointer
created:2008-03-01 23:36:18 last updated:2008-03-01 23:36:18
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_SetWindowPointer | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_RevealWindow | SL_ClearWindowClip >> |
Top: Documentation Library | Up: SoftLogik App Library API |