Skip to documentation
SLOP

tiny.wayland.protocol.desktop.wp_cursor_shape_manager_v1

Reference tiny.wayland protocol desktop wp_cursor_shape_manager_v1

Defined in protocol.desktop.

API (4)

Types and contracts

Public types and contracts.

Values and defaults

Public values and defaults.

No direct callersNo direct callsprotocol.desktopwp cursor shape manager v1
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/wayland/src/protocol/generated/desktop.zig:1184

zig
pub const wp_cursor_shape_manager_v1 = struct {    pub const requests = struct {        pub const destroy: schema.Message = .{            .name = "destroy",            .opcode = 0,            .since = 1,            .deprecated_since = null,            .destructor = true,            .signature = "",            .descriptor_count = 0,            .minimum_payload_size = 0,            .arguments = &.{},        };        pub const get_pointer: schema.Message = .{            .name = "get_pointer",            .opcode = 1,            .since = 1,            .deprecated_since = null,            .destructor = false,            .signature = "no",            .descriptor_count = 0,            .minimum_payload_size = 8,            .arguments = &.{                .{ .name = "cursor_shape_device", .kind = .new_id, .interface = "wp_cursor_shape_device_v1", .enumeration = null, .nullable = false },                .{ .name = "pointer", .kind = .object, .interface = "wl_pointer", .enumeration = null, .nullable = false },            },        };        pub const get_tablet_tool_v2: schema.Message = .{            .name = "get_tablet_tool_v2",            .opcode = 2,            .since = 1,            .deprecated_since = null,            .destructor = false,            .signature = "no",            .descriptor_count = 0,            .minimum_payload_size = 8,            .arguments = &.{                .{ .name = "cursor_shape_device", .kind = .new_id, .interface = "wp_cursor_shape_device_v1", .enumeration = null, .nullable = false },                .{ .name = "tablet_tool", .kind = .object, .interface = "zwp_tablet_tool_v2", .enumeration = null, .nullable = false },            },        };        pub const all = [_]schema.Message{ destroy, get_pointer, get_tablet_tool_v2 };    };    pub const events = struct {        pub const all = [_]schema.Message{};    };    pub const enumerations = struct {        pub const all = [_]schema.Enumeration{};    };    pub const metadata: schema.Interface = .{        .name = "wp_cursor_shape_manager_v1",        .version = 2,        .requests = &requests.all,        .events = &events.all,        .enumerations = &enumerations.all,    };};

Also reachable as

protocol.generated.desktop.wp_cursor_shape_manager_v1.

Audit

Definitions2
Public names4
Members0
Version26.7.0
Revisiondaab053ee433