Skip to documentation
SLOP

tiny.wayland.protocol.core.wl_seat.enumerations

Reference tiny.wayland protocol core wl_seat enumerations

Defined in protocol.core.wl_seat.

API (3)

Values and defaults

Public values and defaults.

No direct callersNo direct callsprotocol.core.wl_seatenumerations
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions4
Public names8
Members0
Version26.7.0
Revisiondaab053ee433