Changeset 40995d3 in opengl-game for vulkan-game.cpp


Ignore:
Timestamp:
Oct 1, 2019, 3:14:06 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
4d84c72
Parents:
7563b8a (diff), a0da009 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of medievaltech.com:opengl-game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.cpp

    r7563b8a r40995d3  
    144144               break;
    145145            case UI_EVENT_MOUSEMOTION:
     146               break;
     147            case UI_EVENT_UNKNOWN:
     148               cout << "Unknown event type: 0x" << hex << e.unknown.eventType << dec << endl;
    146149               break;
    147150            default:
Note: See TracChangeset for help on using the changeset viewer.