IDDCX_CURSOR_SHAPE_TYPE enumeration (iddcx.h)

A IDDCX_CURSOR_SHAPE_TYPE value describes the type of cursor data written to the cursor shape buffer.

Syntax

typedef enum IDDCX_CURSOR_SHAPE_TYPE {
  IDDCX_CURSOR_SHAPE_TYPE_UNINITIALIZED = 0,
  IDDCX_CURSOR_SHAPE_TYPE_MASKED_COLOR = 1,
  IDDCX_CURSOR_SHAPE_TYPE_ALPHA = 2
} ;

Constants

 
IDDCX_CURSOR_SHAPE_TYPE_UNINITIALIZED
Value: 0
The cursor shape is uninitialized.
IDDCX_CURSOR_SHAPE_TYPE_MASKED_COLOR
Value: 1
This is a masked-color cursor shape.
IDDCX_CURSOR_SHAPE_TYPE_ALPHA
Value: 2
This is a 32bpp alpha cursor.

Requirements

Requirement Value
Header iddcx.h

See also

IDDCX_CURSOR_SHAPE_INFO