Removed support for pre-C++11 compilers. We'll stop supporting VS2010. (#4537)

Build all
This commit is contained in:
ocornut
2022-01-17 11:53:03 +01:00
parent f84c93d834
commit eb823655af
4 changed files with 4 additions and 19 deletions

View File

@ -37,6 +37,7 @@ HOW TO UPDATE?
Breaking Changes:
- Removed support for pre-C++11 compilers. We'll stop supporting VS2010. (#4537)
- Reworked IO keyboard input system. (#2625, #3724) [@thedmd, @ocornut]
- Added io.AddKeyEvent() function, obsoleting writing directly to io.KeyMap[], io.KeysDown[] arrays.
- Added io.AddKeyModsEvent() function, obsoleting writing directly to io.KeyCtrl, io.KeyShift etc.