Implement IME into Godot's HTML export
Compatable with Godot 3.5.1
Features:
- Implement IME input for Godot HTML export
- Enter key will trigger the "text_entered(new_text : String)" signal
How to use:
- Download the "WebGLInput.gd" file
- Attach that script to anywhere in scene
- Done, now add some LineEdit into scene, and test it in a html export
*Reminder: In LineEdit, remember to apply fonts that actually support your input language, or it won't even display
Limitations:
- Currently the caret is not displayed
- Only works on LineEdit class object