Skip to content

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 MouseTheme

Inheritance

ObjectMouseTheme

Fields

CursorBackgroundColor

Background color for the character under the mouse cursor.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CursorBackgroundColor

CursorForegroundColor

Foreground color for the character under the mouse cursor.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CursorForegroundColor

ShowCursor

Whether to show the mouse cursor. Set to false to disable mouse cursor rendering.

Returns: Hex1bThemeElement<Boolean>

csharp
public static readonly Hex1bThemeElement<bool> ShowCursor

Released under the MIT License.