Examples: added all SDL examples to VS solution.

This commit is contained in:
ocornut
2022-09-13 10:45:09 +02:00
parent 513c1ba996
commit 091445a4a9
3 changed files with 57 additions and 3 deletions

View File

@ -123,6 +123,7 @@ Other Changes:
to use the Item Picker in e.g. menus. (#2673)
- Demo: Improved "Constrained-resizing window" example, more clearly showcase aspect-ratio. (#5627)
- Demo: Added more explicit "Center window" mode to "Overlay example". (#5618)
- Examples: Added all SDL examples to default VS solution.
- Backends: GLFW: Honor GLFW_CURSOR_DISABLED by not setting mouse position. (#5625) [@scorpion-26]
- Backends: Metal: Use __bridge for ARC based systems. (#5403) [@stack]
- Backends: Metal: Add dispatch synchronization. (#5447) [@luigifcruz]