Demo: Added basic Drag and Drop demo. (#143, #1931)

This commit is contained in:
omar
2018-07-08 19:55:57 +02:00
parent bd6097ac6f
commit 17efd7b3b0
2 changed files with 79 additions and 1 deletions

View File

@ -53,6 +53,7 @@ Other Changes:
- Misc: Tweaked software mouse cursor offset to match the offset of the corresponding Windows 10 cursors.
- Fixed a include build issue for Cygwin in non-POSIX (Win32) mode. (#1917, #1319, #276)
- Windows: Fixed missing ImmReleaseContext() call in the default Win32 IME handler. (#1932) [@vby]
- Demo: Added basic Drag and Drop demo. (#143)
- Examples: Metal: Added Metal rendering backend. (#1929, #1873) [@warrenm]
- Examples: OSX: Added early raw OSX platform backend. (#1873) [@pagghiu, @itamago, @ocornut]
- Examples: Added mac OSX & iOS + Metal example in example_apple_metal/. (#1929, #1873) [@warrenm]