DISPLAYCURSOR (W*32)

Graphics Function: Controls cursor visibility.

Module

USE IFQWIN

構文

result = DISPLAYCURSOR (toggle)

toggle

(Input) INTEGER(2). Constant that defines the cursor state. Has two possible values:

  • $GCURSOROFF - Makes the cursor invisible regardless of its current shape and mode.

  • $GCURSORON - Makes the cursor always visible in graphics mode.

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.

Compatibility

STANDARD GRAPHICS QUICKWIN GRAPHICS LIB

関連情報


このヘルプトピックについてのフィードバックを送信

© 1996-2011 Intel Corporation. 無断での引用、転載を禁じます。