Removed CalcListClipping() function. (#3841)

This commit is contained in:
ocornut
2021-11-04 14:14:16 +01:00
parent 6a7e2c74fb
commit 64daeddf6f
3 changed files with 12 additions and 7 deletions

View File

@ -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]