Skip to content

0.7.4 "Just Click And Drag"

Compare
Choose a tag to compare
@tommyettinger tommyettinger released this 07 Nov 00:33
· 988 commits to main since this release

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.