Skip to content

MTY_Frame

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Window size and position.

typedef struct {
    MTY_WindowType type;
    MTY_Size       size;
    char           screen[MTY_SCREEN_MAX];
    int32_t        x;
    int32_t        y;
} MTY_Frame;

Members

type (MTY_WindowType)

Window type.

size (MTY_Size)

Window client (content) size.

screen[MTY_SCREEN_MAX] (char)

Screen identifier.

x (int32_t)

Window horizontal offset from the left of screen.

y (int32_t)

Window vertical offset from the top of screen.

See also

Module: App

Clone this wiki locally