commit | fc2e532f9981410c1f30fbb57161bd4baafa7b2d | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Tue Jan 09 15:54:00 2024 +0100 |
committer | ocornut <omarcornut@gmail.com> | Tue Jan 09 15:54:12 2024 +0100 |
tree | 1657ecc2924f3c7da9d77d8de6c86afaed31c07c | |
parent | 8323a06e6dc583f85354483c7d870fa5e83fb35e [diff] |
Shortcut: do not return true on mods changes. Internals: added ImGuiInputFlags_RepeatUntilKeyModsChange, ImGuiInputFlags_RepeatUntilKeyModsChangeFromNone, ImGuiInputFlags_RepeatUntilOtherKeyPress. (#456, #2637) Took a while to come to this design, but it is flexible and lightweight and allow all decision to be taken a polling location. All three policies are useful.