Examples: Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag. Added clipboard support. Unindexing buffers ourselves as Allegro indexed drawing primitives are buggy in the DirectX9 back-end.

This commit is contained in:
omar
2018-06-13 19:22:22 +02:00
parent 335f6fde7e
commit 185b4dde87
7 changed files with 315 additions and 24 deletions

1
examples/.gitignore vendored
View File

@ -10,6 +10,7 @@ build/*
*.o
*.obj
*.exe
*.log
*.pdb
*.ilk
*.VC.db