toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.text
/
TextEditController
/
TextSnapshot
Text
Snapshot
data
class
TextSnapshot
(
var
text
:
String
,
var
selectionRange
:
IntRange
)
Members
Constructors
Text
Snapshot
Link copied to clipboard
constructor
(
text
:
String
,
selectionRange
:
IntRange
)
Properties
selection
Range
Link copied to clipboard
var
selectionRange
:
IntRange
text
Link copied to clipboard
var
text
:
String
Functions
apply
Link copied to clipboard
fun
apply
(
out
:
TextEditController
)