mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-06 04:20:08 +00:00
Inputs: Mouse: Amend c8e3a01 for tracking multiple clicks, renaming. (#3229)
This commit is contained in:
parent
2318c764cf
commit
9c78fc928a
5 changed files with 37 additions and 33 deletions
|
|
@ -38,6 +38,7 @@ Breaking Changes:
|
|||
|
||||
Other Changes:
|
||||
|
||||
- Added IsMouseTripleClicked() function. Tracking multi-click count in IO structure. (#3229) [@kudaba]
|
||||
- Backends: Vulkan: Call vkCmdSetScissor() at the end of render with a full-viewport to reduce
|
||||
likehood of issues with people using VK_DYNAMIC_STATE_SCISSOR in their app without calling
|
||||
vkCmdSetScissor() explicitly every frame. (#4644)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue