-
Notifications
You must be signed in to change notification settings - Fork 6
Changelog
Derek V. Schmalenberger edited this page May 23, 2025
·
1 revision
- Cursor manipulation and selection are now accomplished with
TextBox.shiftCursor(orientation, select)
orTextBox.placeCursor(position, select)
. - The orientation parameter uses the Orient enumerators
Left, Right, Up, Down, TheEnd, Beginning, NextWord, PreviousWord -
Ctrl+Arrow-keys
now jump to the beginning of each word (+shift to select) -
TextBox.insert(rune)
→TextBox.insert(rune, overWrite, rangeLimit)
TextBox.clearSelection()
TextBox.deleteSelected()
Input.activate()
-
Input.rangeLimit
- how many characters an input will accept
- The input's cursor didn't blink