mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Inputs: Fixed IsMouseClicked() repeat mode rate being half of keyboard repeat rate. Using KeyModAlt. Removed KeyModsPrev.
This commit is contained in:
parent
7ff41a78f9
commit
2dfa71fad5
4 changed files with 15 additions and 23 deletions
|
|
@ -39,6 +39,7 @@ Breaking changes:
|
|||
|
||||
Other Changes:
|
||||
|
||||
- Inputs: Fixed IsMouseClicked() repeat mode rate being half of keyboard repeat rate.
|
||||
- Stack Tool: Added option to copy item path to clipboard. (#4631)
|
||||
- Misc: Added constexpr to ImVec2/ImVec4 inline constructors. (#4995) [@Myriachan]
|
||||
- Misc: binary_to_compressed_c tool: Added -nostatic option. (#5021) [@podsvirov]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue