Skip to documentation
SLOP

tiny.windowing.CursorShape

Reference tiny.windowing CursorShape

Defined in tiny.windowing.

API (5)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.windowingCursorShape
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/windowing/src/cursor.zig:1

zig
pub const CursorShape = enum {    default,    resize_ns,    resize_ew,    resize_nwse,    resize_nesw,};

Source: lib/windowing/src/root.zig:86

zig
pub const CursorShape = cursor.CursorShape;

Audit

Definitions1
Public names1
Members5
Version26.7.0
Revisiondaab053ee433