Determines whether the cursor is displayed on the screen
| Call | |
| #include <vv_sys.h> | |
| int csr_isvisible() | |
| Returns | |
| 1 | The cursor is displayed on the screen |
| 0 | The cursor is not displayed on the screen |
| Description
csr_isvisible() returns the status of the cursor visibility flag. This flag is maintained by Vermont Views. |
|
| Related Functions | |
| Cautions
B is a macro and does no error checking. Macros are not listed by the VCS error reporting system. |
|