commit | f99febfd6fa16d44ca73832d20a9367d433783d7 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Tue Sep 03 21:19:25 2024 +0200 |
committer | ocornut <omarcornut@gmail.com> | Tue Sep 03 21:19:25 2024 +0200 |
tree | 8d88a4df7dd05d30e0b197ea6896e5fef1fca0f1 | |
parent | a93f7db875cbda4abe50f3e347879508c8490be4 [diff] |
Made BeginItemTooltip() and IsItemHovered() with delay flag infer an implicit ID using Pos only. (#7945, #1485, #143) Perhaps a better approach would be to: store last non-zero ID + count successive zero ID and combine then.