![]() |
|
#1
|
|||
|
|||
Text Entry
I'm trying to figure out a way to write a scenario where a word (scrambled) would be placed on screen and the user would have to type out the word (unscrambled). Is there anyway to have the user be able to type in some text in vizard?
Thanks |
#2
|
|||
|
|||
betancourt, looks like you wanted to start a new thread with that question.
In brief, I would just have a global string variable hold the letters typed so far; whenever you get a keyboard event that's a letter, add it to the string, and whenever you get a keyboard event that's a backspace, remove the last character from the string. If you want to discuss this or other options, consider starting a new thread so it's not confused with this thread's topic.
__________________
-- [ e d h a l l e y ] I'm just a user, not a representative of WorldViz. Hope I've been helpful. |
![]() |
|
|