Backends: OSX: Fixed mouse inputs on flipped views. (#5756)

This commit is contained in:
ocornut
2022-10-06 14:27:27 +02:00
parent 85a368b58d
commit dfa1bb0ac7
2 changed files with 7 additions and 2 deletions

View File

@ -176,6 +176,7 @@ Other Changes:
- Backends: Metal: Add dispatch synchronization. (#5447) [@luigifcruz]
- Backends: Metal: Update deprecated property 'sampleCount'->'rasterSampleCount'. (#5603) [@dcvz]
- Backends: Vulkan: Added experimental ImGui_ImplVulkan_RemoveTexture() for api symetry. (#914, #5738).
- Backends: OSX: Fixed mouse inputs on flipped views. (#5756) [@Nemirtingas]
- Backends: OSX: Fixes to support full app creation in C++. (#5403) [@stack]