Inputs: Mouse: Amend c8e3a01 for tracking multiple clicks, renaming. (#3229)

This commit is contained in:
ocornut
2021-06-22 15:27:30 +02:00
parent 2318c764cf
commit 9c78fc928a
5 changed files with 37 additions and 33 deletions

View File

@ -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)