App::I static singleton to pointer
This commit is contained in:
@@ -63,7 +63,7 @@ kEventResult NodeTextInput::handle_event(Event* e)
|
||||
switch (e->m_type)
|
||||
{
|
||||
case kEventType::MouseDownL:
|
||||
App::I.showKeyboard();
|
||||
App::I->showKeyboard();
|
||||
break;
|
||||
case kEventType::MouseUpL:
|
||||
key_capture();
|
||||
|
||||
Reference in New Issue
Block a user