Skip to content

daniel080400/Godot_WebGLInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Godot_WebGLInput

Implement IME into Godot's HTML export

image

Compatable with Godot 3.5.1

Features:

  1. Implement IME input for Godot HTML export
  2. Enter key will trigger the "text_entered(new_text : String)" signal

How to use:

  1. Download the "WebGLInput.gd" file
  2. Attach that script to anywhere in scene
  3. 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:

  1. Currently the caret is not displayed
  2. Only works on LineEdit class object

About

Implement IME into Godot's HTML export

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published