commit | 55748cdbe12369c1b90b90cc3676ae0699c2611d | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed May 22 11:56:58 2024 +0200 |
committer | ocornut <omarcornut@gmail.com> | Thu May 23 16:57:03 2024 +0200 |
tree | 3366d61a3fbc884c2d492bb3fee05b2bd4b5f543 | |
parent | ec1d2be96f30f9dbe52fc9d5d6b8c4c5eb5021f9 [diff] |
Internals, Inputs: *Breaking* Renamed ImGuiKeyOwner_None to ImGuiKeyOwner_NoOwner: avoid confusion with non zero value, makes IsKeyPressed() calls using ImGuiKeyOwner_NoOwner more explicit. Amend 4448d975 (#456, #2637, #2620, #2891, #3370, #4828, #5108, #5242, #5641)