commit | 3a685749cb2ec54dbc8161842bfd0184d21c9d26 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Nov 23 14:40:58 2022 +0100 |
committer | ocornut <omarcornut@gmail.com> | Wed Nov 23 15:00:50 2022 +0100 |
tree | 0f36d9eba3bf84d15a5ca91a4a58b79079515786 | |
parent | 16476f99fdd70f05228f0260aa2cfe98a3d46df9 [diff] |
ColorEdit: fixed label overlapping when using style.ColorButtonPosition == ImGuiDir_Left. (#5912) Amend 54fb051e5 + Internals: added IsKeyboardKey(), IsMouseKey() helpers.