Skip to documentation
SLOP

tiny.windowing.CocoaSurface

Reference tiny.windowing CocoaSurface

Defined in surface.

API (4)

Fields and members

Public fields and members.

No direct callersNo direct callssurfaceCocoa
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/windowing/src/surface.zig:69

zig
pub const Cocoa = struct {    app: sys.apple.objc.Id,    window: sys.apple.objc.Id,    layer: sys.apple.objc.Id,    extent: Extent,};

Source: lib/windowing/src/root.zig:107

zig
pub const CocoaSurface = surface_module.Cocoa;

Audit

Definitions1
Public names2
Members4
Version26.7.0
Revisiondaab053ee433