1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-19 19:25:18 +02:00

Make edit boxes respond to string input (IME) (#11156)

Make edit boxes respond to string input events (introduced in minetest/irrlicht#23) that are usually triggered by entering text with an IME.
This commit is contained in:
yw05
2021-04-05 15:56:29 +02:00
committed by GitHub
parent 2332527765
commit 85163b531f
4 changed files with 51 additions and 27 deletions

View File

@@ -72,6 +72,8 @@ public:
virtual void setVisible(bool visible);
virtual bool acceptsIME() { return true; }
private:
void reformatConsole();
void recalculateConsolePosition();