tiny.windowing.EventSource
Defined in tiny.windowing.
API (3)
Fields and members
Public fields and members.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |