Code cleanup: moving poly::ui to xe::ui
This commit is contained in:
@@ -46,7 +46,7 @@ bool MainWindow::Initialize() {
|
||||
return false;
|
||||
}
|
||||
Resize(1280, 720);
|
||||
on_key_down.AddListener([this](poly::ui::KeyEvent& e) {
|
||||
on_key_down.AddListener([this](KeyEvent& e) {
|
||||
bool handled = true;
|
||||
switch (e.key_code()) {
|
||||
case 0x73: { // VK_F4
|
||||
|
||||
Reference in New Issue
Block a user