jMonkeyEngine-Contributions / Lemur

Lemur is a jMonkeyEngine-based UI toolkit.
http://jmonkeyengine-contributions.github.io/Lemur/
BSD 3-Clause "New" or "Revised" License
116 stars 32 forks source link

insert text with auto carat repositioning #46

Closed AquariusPower closed 7 years ago

AquariusPower commented 7 years ago

TextField and TextEntryComponent contain the main changes. at BasicDemo I added an auto trigger to demonstrate it, but can be safely skipped/ignored of course.

pspeed42 commented 7 years ago

Sorry, I ended up redoing this a different way. As I was reformatting the added code I realized it was kind of in the wrong place. Thanks for the contribution, though.

pspeed42 commented 7 years ago

Note: the test for this functionality was moved to the TextEntryDemoState in the Lemur/examples/demos project.