Changeset 4ece3bf in opengl-game for game-gui-sdl.cpp


Ignore:
Timestamp:
Jan 21, 2020, 6:14:09 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
5a1ace0
Parents:
3e8cc8b
Message:

In VulkanGame, add the ability to delete asteroids and move them at a constant speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-sdl.cpp

    r3e8cc8b r4ece3bf  
    127127         case SDL_AUDIODEVICEADDED:
    128128         case SDL_AUDIODEVICEREMOVED:
     129         case SDL_TEXTINPUT:
    129130         case SDL_TEXTEDITING: // TODO: Research this one later
    130131            event->type = UI_EVENT_UNKNOWN;
Note: See TracChangeset for help on using the changeset viewer.