mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Merge af3d63ad0f into 76ec3632d8
This commit is contained in:
commit
382b804eda
2 changed files with 18 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ For help starting out or to discuss clay, considering joining [the discord serve
|
|||
- [Clay_SetCurrentContext](#clay_setcurrentcontext)
|
||||
- [Clay_SetLayoutDimensions](#clay_setlayoutdimensions)
|
||||
- [Clay_SetPointerState](#clay_setpointerstate)
|
||||
- [Clay_GetPointerState](#clay_getpointerstate)
|
||||
- [Clay_UpdateScrollContainers](#clay_updatescrollcontainers)
|
||||
- [Clay_BeginLayout](#clay_beginlayout)
|
||||
- [Clay_EndLayout](#clay_endlayout)
|
||||
|
|
@ -657,6 +658,14 @@ Sets the internal pointer position and state (i.e. current mouse / touch positio
|
|||
|
||||
---
|
||||
|
||||
### Clay_GetPointerState
|
||||
|
||||
`Clay_PointerData Clay_GetPointerState()`
|
||||
|
||||
Get the internal pointer position and state (i.e. current mouse / touch position). returns clay internal click start and stop state.
|
||||
|
||||
---
|
||||
|
||||
### Clay_UpdateScrollContainers
|
||||
|
||||
`void Clay_UpdateScrollContainers(bool enableDragScrolling, Clay_Vector2 scrollDelta, float deltaTime)`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue