Allegro 5 example: formatting, match other example structure, fixed mouse buttons.

This commit is contained in:
ocornut
2015-07-08 11:53:30 -06:00
parent 489e28ec11
commit c58d61dfd1
2 changed files with 173 additions and 161 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ bool ImGui_ImplA5_Init(ALLEGRO_DISPLAY* display);
void ImGui_ImplA5_Shutdown();
void ImGui_ImplA5_NewFrame();
void ImGui_ImplA5_ProcessEvent(ALLEGRO_EVENT* event);
bool ImGui_ImplA5_ProcessEvent(ALLEGRO_EVENT* event);
// Use if you want to reset your rendering device without losing ImGui state.
bool Imgui_ImplA5_CreateDeviceObjects();