add ppbr export dialog, implement text input focus
This commit is contained in:
@@ -92,6 +92,9 @@ Node* Node::root()
|
||||
kEventResult Node::on_event(Event* e)
|
||||
{
|
||||
kEventResult ret = kEventResult::Available;
|
||||
|
||||
if (e->m_cat == kEventCategory::KeyEvent && current_key_capture)
|
||||
return current_key_capture->on_event(e);
|
||||
|
||||
if (current_mouse_capture && current_mouse_capture.get() != this)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user