You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently some enum types such as Clay_TextElementConfigWrapMode and Clay_PointerCaptureMode are defined using enum instead of CLAY_PACKED_ENUM. I spent like 2 days trying to figure out why text wrapping wasn't working since I assumed all enum types were of type uint8_t.
The text was updated successfully, but these errors were encountered:
@Zettexe Sorry you had to deal with that! I think it's a good call, trying to make all the enums a consistent size (at least within one platform). Btw great work on the zig bindings, the ergonomics are looking amazing!
Currently some enum types such as
Clay_TextElementConfigWrapMode
andClay_PointerCaptureMode
are defined usingenum
instead ofCLAY_PACKED_ENUM
. I spent like 2 days trying to figure out why text wrapping wasn't working since I assumed all enum types were of type uint8_t.The text was updated successfully, but these errors were encountered: