brillo-2.0.0: Painless 2D vector graphics, animations, and simulations powered by GLFW
Safe HaskellNone
LanguageGHC2021

Brillo.Data.Cursor

Synopsis

Documentation

data CursorShape Source #

Describes the shape of the mouse cursor.

Constructors

CursorArrow

Standard arrow cursor (default).

CursorIBeam

Text input I-beam cursor.

CursorCrosshair

Crosshair cursor.

CursorHand

Pointing hand cursor (for clickable elements).

CursorResizeH

Horizontal resize cursor.

CursorResizeV

Vertical resize cursor.

CursorHidden

Hidden cursor (invisible).