rename property

This commit is contained in:
Nic Barker 2024-12-21 06:11:05 +13:00
parent a1b5cde928
commit b3ca26064f

4
clay.h
View File

@ -313,7 +313,7 @@ typedef struct
typedef enum { typedef enum {
CLAY_POINTER_CAPTURE_MODE_CAPTURE, CLAY_POINTER_CAPTURE_MODE_CAPTURE,
CLAY_POINTER_CAPTURE_MODE_PARENT, // CLAY_POINTER_CAPTURE_MODE_PARENT, TODO pass pointer through to attached parent
CLAY_POINTER_CAPTURE_MODE_PASSTHROUGH, CLAY_POINTER_CAPTURE_MODE_PASSTHROUGH,
} Clay_PointerCaptureMode; } Clay_PointerCaptureMode;
@ -324,7 +324,7 @@ typedef struct
uint16_t zIndex; uint16_t zIndex;
uint32_t parentId; uint32_t parentId;
Clay_FloatingAttachPoints attachment; Clay_FloatingAttachPoints attachment;
Clay_PointerCaptureMode capturePointer; Clay_PointerCaptureMode pointerCaptureMode;
} Clay_FloatingElementConfig; } Clay_FloatingElementConfig;
// Custom // Custom