Skip to documentation
SLOP

tiny.windowing.EventSource

Reference tiny.windowing EventSource

Defined in tiny.windowing.

API (3)

Fields and members

Public fields and members.

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

Source

Source: lib/windowing/src/window.zig:28

zig
pub const EventSource = struct {    descriptor: sys.fd.Descriptor,    readable: bool = true,    writable: bool = false,};

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

zig
pub const EventSource = window.EventSource;

Audit

Definitions1
Public names1
Members3
Version26.7.0
Revisiondaab053ee433