Changeset cd1cb0f in opengl-game for game-gui.hpp


Ignore:
Timestamp:
Dec 24, 2019, 12:48:49 AM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
0fe8433
Parents:
a79be34
git-author:
Dmitry Portnoy <dmitry.portnoy@…> (12/22/19 03:45:12)
git-committer:
Dmitry Portnoy <dmitry.portnoy@…> (12/24/19 00:48:49)
Message:

In VulkanGame, make the ship move when the player holds down the right or left arrow keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui.hpp

    ra79be34 rcd1cb0f  
    7676      virtual void processEvents() = 0;
    7777      virtual int pollEvent(UIEvent* event) = 0;
     78      virtual bool keyPressed(unsigned int key) = 0;
    7879
    7980      virtual void refreshWindowSize() = 0;
Note: See TracChangeset for help on using the changeset viewer.