mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-15 10:48:04 +00:00
added getpointerstate to readme
This commit is contained in:
parent
13b588d8c1
commit
d1fd147b09
@ -169,6 +169,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)
|
||||
@ -645,6 +646,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…
Reference in New Issue
Block a user