Skip to content

Changelog

Derek V. Schmalenberger edited this page May 23, 2025 · 1 revision

[Unreleased]

Changed

  • Cursor manipulation and selection are now accomplished with
    TextBox.shiftCursor(orientation, select) or TextBox.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)

Added

  • TextBox.clearSelection()
  • TextBox.deleteSelected()
  • Input.activate()
  • Input.rangeLimit - how many characters an input will accept

Fixed

  • The input's cursor didn't blink
Clone this wiki locally