mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-19 12:48:05 +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 {
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user