Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PhCharacterCursorDescription_t

A character cursor

Synopsis:

typedef struct Ph_character_cursor_data {
        PhCursorDescription_t hdr;
        PgColor_t color;
} PhCharacterCursorDescription_t;

Description:

The PhCharacterCursorDescription_t structure is used to define a character cursor. It contains these members:

hdr
The structure header. This is a PhCursorDescription_t structure. You pass this instead of the PhBitmapCursorDescription_t in functions that have a cursor argument, such as PhInitDrag().

The hdr has these members:

color
A PgColor_t structure that describes the cursor color.

Cursor types:

Classification:

Photon

See also:

PhCursorDescription_t, PgColor_t