mirror of
https://github.com/nicbarker/clay.git
synced 2025-01-23 18:06:04 +00:00
Rename parameter
This commit is contained in:
parent
e139657ee1
commit
2729188a24
2
clay.h
2
clay.h
@ -3037,7 +3037,7 @@ void Clay_Initialize(Clay_Arena arena, Clay_Dimensions layoutDimensions) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
CLAY_WASM_EXPORT("Clay_UpdateScrollContainers")
|
CLAY_WASM_EXPORT("Clay_UpdateScrollContainers")
|
||||||
void Clay_UpdateScrollContainers(bool isPointerActive, Clay_Vector2 scrollDelta, float deltaTime) {
|
void Clay_UpdateScrollContainers(bool enableDragScrolling, Clay_Vector2 scrollDelta, float deltaTime) {
|
||||||
// Don't apply scroll events to ancestors of the inner element
|
// Don't apply scroll events to ancestors of the inner element
|
||||||
int32_t highestPriorityElementIndex = -1;
|
int32_t highestPriorityElementIndex = -1;
|
||||||
Clay__ScrollContainerDataInternal *highestPriorityScrollData = CLAY__NULL;
|
Clay__ScrollContainerDataInternal *highestPriorityScrollData = CLAY__NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user