Visible to Intel only — GUID: GUID-470FEDDE-ED66-4DB8-997D-57D09138DE83
Visible to Intel only — GUID: GUID-470FEDDE-ED66-4DB8-997D-57D09138DE83
DISPLAYCURSOR
Graphics Function: Controls cursor visibility. This routine is only available for Windows.
Module
USE IFQWIN
result = DISPLAYCURSOR (toggle)
toggle |
(Input) INTEGER(2). Constant that defines the cursor state. Has two possible values:
|
Results
The result type is INTEGER(2). The result is the previous value of toggle.
Cursor settings hold only for the currently active child window. You need to call DISPLAYCURSOR for each window in which you want the cursor to be visible.
A call to SETWINDOWCONFIG turns off the cursor.