Hi everyone !
For some project I needed an in-game keyboard to get user entries. I created this features as a module anyone could use in its own project and wanted to share it for free.
Here is what it features :
- Write and erase characters on any Text Object Instance (just include it in TextEntry family)
- Visible blinking cursor, that can be moved over the text
- Functions to use it easily : setTextEntryActive, getTextEntryText, resetTextEntryText, isChoiceMode.
- "choiceMode", allowing to transform a character by pressing up arrow when cursor is after it (particularly useful for special characters, like accents, not handle by javascript keycodes).
The template contains a basic implementation of this module.
Download In-Game Keyboard Module Template
Hope you'll find it useful!