← Standard library

FrameInfo

channel FrameInfo
import FrameInfo from Wax;

Optional persistent window facts supplied by the host. Absent for hosts without a window; capture the channel before reading it. Values persist until the host updates them.

Frame.wax:20

Members

sizefield

public float2 size

The drawable width and height in logical points.

Frame.wax:26

scalefield

public float scale

Physical pixels per logical point.

Frame.wax:32

focusedfield

public bool focused

Whether the window currently has input focus.

Frame.wax:38

GetChangesmethod

public static fn GetChanges() : FrameInfoChanges

Provided by the compiler.