harfang3d/doc/doc/ImGuiSetScrollHereY.md
2021-10-13 14:40:31 +02:00

8 lines
207 B
Markdown

Adjust scrolling amount to make current cursor position visible.
- 0: Top.
- 0.5: Center.
- 1: Bottom.
When using to make a default/current item visible, consider using [ImGuiSetItemDefaultFocus] instead.