toggle menu
ktvn
1.0.3
jvm
switch theme
search in API
ktvn
/
com.github.benpollarduk.ktvn.text.frames
/
CharacterPosition
Character
Position
data
class
CharacterPosition
(
val
character
:
Char
,
val
column
:
Int
,
val
row
:
Int
)
Defines the position of a
Char
in 2D space, with a specified
column
and
row
.
Members
Constructors
Character
Position
Link copied to clipboard
constructor
(
character
:
Char
,
column
:
Int
,
row
:
Int
)
Properties
character
Link copied to clipboard
val
character
:
Char
column
Link copied to clipboard
val
column
:
Int
row
Link copied to clipboard
val
row
:
Int