update windows project to add poly2tri

This commit is contained in:
2017-10-09 09:40:40 +01:00
parent 78ec5a079e
commit 163937b4a6
8 changed files with 88 additions and 36 deletions

View File

@@ -140,7 +140,7 @@ bool App::key_down(kKey key)
e.m_type = kEventType::KeyDown;
e.m_key = key;
auto ret = layout[main_id]->on_event(&e);
layout[main_id]->update();
//layout[main_id]->update();
return ret == kEventResult::Consumed;
}
bool App::key_up(kKey key)