tiny.wayland.protocol.core.wl_seat.enumerations
Defined in protocol.core.wl_seat.
API (3)
Values and defaults
Public values and defaults.
Source
Source: lib/wayland/src/protocol/generated/core.zig:1649
zig
pub const enumerations = struct { pub const capability: schema.Enumeration = .{ .name = "capability", .since = 1, .bitfield = true, .entries = &.{ .{ .name = "pointer", .value = 1, .since = 1, .deprecated_since = null }, .{ .name = "keyboard", .value = 2, .since = 1, .deprecated_since = null }, .{ .name = "touch", .value = 4, .since = 1, .deprecated_since = null }, }, }; pub const @"error": schema.Enumeration = .{ .name = "error", .since = 1, .bitfield = false, .entries = &.{ .{ .name = "missing_capability", .value = 0, .since = 1, .deprecated_since = null }, }, }; pub const all = [_]schema.Enumeration{ capability, @"error" }; };Also reachable as
protocol.generated.core.wl_seat.enumerations.
Audit
| Definitions | 4 |
|---|---|
| Public names | 8 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |