Compare commits

..

4 Commits

Author SHA1 Message Date
Michael Savage
0e62cbfbb8
Merge 77be6d6ae3 into 5009146c65 2025-03-04 21:57:53 -08:00
Nic Barker
77be6d6ae3 [Core] Fix bug where hover state didnt take clip rectangles into account 2025-02-25 08:54:20 +13:00
Nic Barker
d60b491c29 Move userdata pointer to top of text element config 2025-02-24 09:00:09 +13:00
Michael Savage
977ef87b92 [Core] Add a userData pointer to Clay_TextElementConfig 2025-02-17 21:35:36 +00:00

2
clay.h
View File

@ -266,7 +266,7 @@ typedef CLAY_PACKED_ENUM {
CLAY_ALIGN_Y_TOP,
// Aligns child elements to the bottom of this element, offset by padding.width.bottom
CLAY_ALIGN_Y_BOTTOM,
// Aligns child elements vertically to the center of this element
// Aligns child elements vertiically to the center of this element
CLAY_ALIGN_Y_CENTER,
} Clay_LayoutAlignmentY;