Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.07 KB

d3dcursorcaps.md

File metadata and controls

49 lines (26 loc) · 1.07 KB
description ms.assetid title ms.topic ms.date
Driver cursor capability flags.
b763b994-6488-40c0-9c14-e00b19e818b0
D3DCURSORCAPS
article
05/31/2018

D3DCURSORCAPS

Driver cursor capability flags.

#define Value Description
D3DCURSORCAPS_COLOR 0x00000001L The driver supports hardware color cursor in at least high resolution modes (height >= 400).
D3DCURSORCAPS_LOWRES 0x00000002L The driver supports hardware color cursor in low resolution modes (height < 400).

 

Constant Information

Requirement Value
Header d3d9caps.h
Minimum operating system Windows 98

 

Related topics

Direct3D Constants