mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-02 03:40:06 +00:00
Removed CalcListClipping() function. (#3841)
This commit is contained in:
parent
6a7e2c74fb
commit
64daeddf6f
3 changed files with 12 additions and 7 deletions
|
|
@ -36,6 +36,9 @@ HOW TO UPDATE?
|
|||
|
||||
Breaking Changes:
|
||||
|
||||
- Removed CalcListClipping() function. Prefer using ImGuiListClipper which can return non-contiguous ranges.
|
||||
Please open an issue if you think you really need this function. (#3841)
|
||||
|
||||
Other Changes:
|
||||
|
||||
- Added IsMouseTripleClicked() function. Tracking multi-click count in IO structure. (#3229) [@kudaba]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue