Backends: OSX: Added a fix for shortcuts using CTRL key instead of CMD key. (#4253)

This commit is contained in:
Rokas Kupstys
2021-06-23 15:15:22 +03:00
committed by ocornut
parent f0c4d609a6
commit 0b8a247074
2 changed files with 5 additions and 3 deletions

View File

@ -55,6 +55,7 @@ Other Changes:
about building on 32-bit systems. (#4225) [@kingofthebongo2008]
- Backends: OpenGL3: Handle GL_CLIP_ORIGIN on <4.5 contexts if "GL_ARB_clip_control" extension is detected. (#4170, #3998)
- Backends: OpenGL3: Destroy vertex/fragment shader objects right after they are linked into main shader. (#4244) [@Crowbarous]
- Backends: OSX: Added a fix for shortcuts using CTRL key instead of CMD key. (#4253) [@rokups]
- Examples: Updated all .vcxproj to VS2015 (toolset v140) to facilitate usage with vcpkg.
- Examples: SDL2: Accomodate for vcpkg install having headers in SDL2/SDL.h vs SDL.h.