cursor_has_value property
- @Bool()
getter/setter pair
True when cursor contains a valid explicit cursor color value. If this is false, the cursor color should be ignored; it will contain undefined data.
Implementation
@ffi.Bool()
external bool cursor_has_value;