HOSTEX_GRAPHICS_CURSOR_TYPE Data Type

HostExplorer Programming

HOSTEX_GRAPHICS_CURSOR_TYPE Data Type

3270

The HOSTEX_GRAPHICS_CURSOR_TYPE data type specifies how the cursor appears in the terminal window. By default, this data type is set to HOSTEX_GRAPHICS_CURSOR_TYPE_SMALL_CROSS_WHITE.

It has the following values:

Value

Definition

HOSTEX_GRAPHICS_CURSOR_TYPE_ SMALL_CROSS_WHITE

Displays the cursor as a small white cross.

HOSTEX_GRAPHICS_CURSOR_TYPE_ LARGE_CROSS_WHITE

Displays the cursor as a large white cross.

HOSTEX_GRAPHICS_CURSOR_TYPE_ SMALL_CROSS_GREEN

Displays the cursor as a small green cross.

HOSTEX_GRAPHICS_CURSOR_TYPE_ LARGE_CROSS_GREEN

Displays the cursor as a large green cross.


Related Topics

GraphicsCursorType