Skip to content

MTY_Size

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Size struct containing width and height.

typedef struct {
    uint32_t w;
    uint32_t h;
} MTY_Size;

Members

w (uint32_t)

Width.

h (uint32_t)

Height.

See also

Module: App

Clone this wiki locally