Backends: OSX: Fixed mouse coordinate before clicking on the host window. (#5842)

This commit is contained in:
Akira Maezawa
2022-11-02 01:52:20 +09:00
committed by ocornut
parent c2694ef75e
commit 86f2af2bc7
2 changed files with 4 additions and 0 deletions

View File

@ -193,6 +193,7 @@ Other Changes:
- 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: Fixed mouse coordinate before clicking on the host window. (#5842) [@maezawa-akira]
- Backends: OSX: Fixes to support full app creation in C++. (#5403) [@stack]