mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 15:50:27 +02:00
Prepare GUI for IME support
This commit is contained in:
@ -656,6 +656,10 @@ bool CGUIEnvironment::postEventFromUser(const SEvent& event)
|
||||
}
|
||||
}
|
||||
break;
|
||||
case EET_STRING_INPUT_EVENT:
|
||||
if (Focus && Focus->OnEvent(event))
|
||||
return true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
} // end switch
|
||||
|
Reference in New Issue
Block a user