tiny.windowing.TextInputEvent
Defined in event.
API (4)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/windowing/src/event.zig:42
zig
pub const TextInputEvent = struct { bytes: [max_text_input_bytes]u8 = undefined, len: u8 = 0, modifiers: Modifier = .{}, pub fn text(self: *const TextInputEvent) []const u8 { return self.bytes[0..self.len]; }};Source: lib/windowing/src/root.zig:77
zig
pub const TextInputEvent = event.TextInputEvent;Audit
| Definitions | 2 |
|---|---|
| Public names | 4 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |