From b3ca26064f482ca5f2d5170f30edf5fd0e47038d Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Sat, 21 Dec 2024 06:11:05 +1300 Subject: [PATCH] rename property --- clay.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clay.h b/clay.h index bfedfe6..b4b68ca 100644 --- a/clay.h +++ b/clay.h @@ -313,7 +313,7 @@ typedef struct typedef enum { 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_PointerCaptureMode; @@ -324,7 +324,7 @@ typedef struct uint16_t zIndex; uint32_t parentId; Clay_FloatingAttachPoints attachment; - Clay_PointerCaptureMode capturePointer; + Clay_PointerCaptureMode pointerCaptureMode; } Clay_FloatingElementConfig; // Custom