MouseTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for Mouse cursor styling. The mouse cursor is rendered as an overlay on the character under the mouse position.
csharp
public static class MouseThemeInheritance
Object → MouseTheme
Fields
CursorBackgroundColor
Background color for the character under the mouse cursor.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> CursorBackgroundColorCursorForegroundColor
Foreground color for the character under the mouse cursor.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> CursorForegroundColorShowCursor
Whether to show the mouse cursor. Set to false to disable mouse cursor rendering.
Returns: Hex1bThemeElement<Boolean>
csharp
public static readonly Hex1bThemeElement<bool> ShowCursor