Escher: Adding Window, ViewController and TabViewController

Change-Id: I6a13fe95e846cfcc43f783e8b4d88ea4ad9ee585
This commit is contained in:
Romain Goyet
2016-05-25 14:16:47 +02:00
parent da93ac6dfb
commit b79b7b5133
21 changed files with 381 additions and 18 deletions

View File

@@ -0,0 +1,12 @@
#include <escher/view_controller.h>
ViewController::ViewController() {
}
char * ViewController::title() {
return nullptr;
}
void ViewController::handleKeyEvent(int key) {
// Do nothing
}