lvglkt-core
0.4.0
common
linuxArm32
linuxX64
lvglkt-core
/
io.gitlab.embedSoft.lvglKt.core
/
Point
Point
common
linuxArm32
linuxX64
expect
class
Point
:
Closable
Represents a set of x/y coordinates.
actual
class
Point
:
Closable
actual
class
Point
:
Closable
Types
Functions
Properties
Types
Companion
Link copied to clipboard
common
linuxArm32
linuxX64
expect
object
Companion
actual
object
Companion
actual
object
Companion
Functions
close
Link copied to clipboard
common
linuxArm32
linuxX64
abstract
fun
close
(
)
open
override
fun
close
(
)
open
override
fun
close
(
)
Properties
lv
Point
Ptr
Link copied to clipboard
linuxArm32
linuxX64
val
lvPointPtr
:
CPointer
<
lv_point_t
>
?
val
lvPointPtr
:
CPointer
<
lv_point_t
>
?
x
Pos
Link copied to clipboard
common
linuxArm32
linuxX64
expect
var
xPos
:
Short
The horizontal position.
actual
var
xPos
:
Short
actual
var
xPos
:
Short
y
Pos
Link copied to clipboard
common
linuxArm32
linuxX64
expect
var
yPos
:
Short
The vertical position.
actual
var
yPos
:
Short
actual
var
yPos
:
Short