mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-20 05:08:04 +00:00
rename property
This commit is contained in:
parent
a1b5cde928
commit
b3ca26064f
4
clay.h
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user