[Bindings/Odin] Update odin bindings to include floating element clipTo

This commit is contained in:
Nic Barker 2025-05-20 11:40:25 +12:00
parent e2f94f17f6
commit 7af50d0f48
6 changed files with 6 additions and 0 deletions

View file

@ -170,6 +170,11 @@ FloatingAttachToElement :: enum EnumBackingType {
Root,
}
FloatingClipToElement :: enum EnumBackingType {
None,
AttachedParent,
}
FloatingElementConfig :: struct {
offset: Vector2,
expand: Dimensions,
@ -178,6 +183,7 @@ FloatingElementConfig :: struct {
attachment: FloatingAttachPoints,
pointerCaptureMode: PointerCaptureMode,
attachTo: FloatingAttachToElement,
clipTo: FloatingClipToElement,
}
TextRenderData :: struct {

Binary file not shown.

Binary file not shown.

Binary file not shown.