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:
@@ -72,6 +72,8 @@ public:
|
||||
|
||||
virtual void setVisible(bool visible);
|
||||
|
||||
virtual bool acceptsIME() { return true; }
|
||||
|
||||
private:
|
||||
void reformatConsole();
|
||||
void recalculateConsolePosition();
|
||||
|
Reference in New Issue
Block a user