cursor_has_value property

  1. @Bool()
bool cursor_has_value
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;