Changeset c61323a in opengl-game for vulkan-game.cpp


Ignore:
Timestamp:
Sep 13, 2019, 2:51:30 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
1fcca9e
Parents:
f6521fb
Message:

Implement processEvents() and pollEvent() for GameGui_GLFW and re-implement the main loop in opengl-game using those functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.cpp

    rf6521fb rc61323a  
    9292            case UI_EVENT_MOUSEMOTION:
    9393               break;
     94            default:
     95               cout << "Unhandled UI event: " << e.type << endl;
    9496         }
    9597      }
Note: See TracChangeset for help on using the changeset viewer.