mk_clay_begin_layoutfunction
bool mk_clay_begin_layout(mk_clay_t clay, const mk_clay_frame_desc *frame)Begin a wrapper layout.
A null frame descriptor reads the main window, mouse, scroll, and frame delta. The matching end call restores the Clay context that was active before this call.
| Parameter | Type | Description |
|---|---|---|
clay | mk_clay_t | Value for clay. |
frame | const mk_clay_frame_desc * | Value for frame. |
Returns True when the operation succeeds.