| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
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). |