<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Resources > Mouse > MousePtr |
Description
Change the mouse pointer and returns the handle of the previous cursor.
Syntax
n = MousePtr (MouseStyle)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
MouseStyle |
Number |
No |
See possible predefined mouse styles |
Remarks
If style is outside the range 0 through 13, it must contain a valid handle to a cursor, such as the value which was returned by a prior execution of MousePtr.
Restrictions
See also
Examples
.