mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 17:50:04 +01:00
Escher: Adding Window, ViewController and TabViewController
Change-Id: I6a13fe95e846cfcc43f783e8b4d88ea4ad9ee585
This commit is contained in:
12
escher/src/view_controller.cpp
Normal file
12
escher/src/view_controller.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <escher/view_controller.h>
|
||||
|
||||
ViewController::ViewController() {
|
||||
}
|
||||
|
||||
char * ViewController::title() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void ViewController::handleKeyEvent(int key) {
|
||||
// Do nothing
|
||||
}
|
||||
Reference in New Issue
Block a user