RonenNess / GeonBit.UI

UI system for MonoGame projects.
MIT License
478 stars 64 forks source link

Free Advanced TextInput Features #75

Closed Onidotmoe closed 6 years ago

Onidotmoe commented 6 years ago

I found this recently, it could be beneficial as a reference to improve the TextInput entity.

It's in the public domain too. https://github.com/UnterrainerInformatik/Monogame-Textbox

RonenNess commented 6 years ago

Hi @VampireMonkey

Thank you for the link, but issues should be used for specific feature requests or bugs. Is there anything specific you want from there that's not supported in geonbit?

Onidotmoe commented 6 years ago

@RonenNess Text selection, cut/paste. Text movement would be nice too(drag to move text around). Square Selection too would be nice.

RonenNess commented 6 years ago

Sorry that's way too much work for the ~hour a week I invest in maintaining this lib.. if you want you can try to implement some of these stuff yourself and make a PR, or wait for the next big iteration where I'll add new features and merge PRs (currently it's just in maintainance mode).

Thanks!