TPointerCursorMode
Description
Pointer cursor mode flags.
These flags define the current cursor mode, and hence which sprite to use for the pointer cursor.
See also:
EPointerCursorNone |
Don't have a pointer cursor.
|
EPointerCursorFixed |
The default system pointer cursor is used whenever there is a pointer cursor.
|
EPointerCursorNormal |
The default system pointer cursor is used unless the window the pointer cursor is above specifies one, in which case that
cursor is used.
|
EPointerCursorWindow |
There is no pointer cursor unless the pointer is above a window that has specified one.
|
EPointerCursorFirstMode |
First pointer cursor mode.
This is used in test code for iterating though available modes.
|
EPointerCursorLastMode |
The final pointer cursor mode.
This is used in test code for iterating though available modes. It will be updated if more modes are added.
|
|