set_cursor_color
Description:
public void set_cursor_color (
Color? color)
Sets the color of the cursor of a Text actor.
If color is null, the cursor color will be the same as the text color.
Parameters:
| this |
a Text
|
| color |
the color of the cursor, or null to unset it
|