Add license browser, improve touchscreen UI

This commit is contained in:
elasota
2020-10-24 23:39:55 -04:00
parent 4f70ce1c9f
commit b9ea9450f1
42 changed files with 2582 additions and 69 deletions

10
GpApp/MainMenuUI.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
struct Point;
struct Window;
void StartMainMenuUI();
void TickMainMenuUI();
void DismissMainMenuUI();
void HandleMainMenuUIResolutionChange();
bool HandleMainMenuUIClick(Window *window, const Point &pt);