0.7.4 "Just Click And Drag"
This release mostly exists to add the selectable
option to TypingLabel, though there are also some fixes for color handling. You can do what you like with selected text; when a selection is made available, the "*SELECTED"
event is triggered, and you can call getSelectedText()
or copySelectedText()
on the TypingLabel to get or copy that selected range. You could also use selection for some other purpose, such as in puzzle gameplay.