toggle menu
light-ui
1.1.3
common
switch theme
search in API
light-ui
/
ru.casperix.light_ui.node
/
InputContext
Input
Context
class
InputContext
(
val
node
:
Node
,
val
input
:
ElementInput
,
val
worldMatrix
:
Matrix3f
)
Members
Constructors
Input
Context
Link copied to clipboard
constructor
(
node
:
Node
,
input
:
ElementInput
,
worldMatrix
:
Matrix3f
)
Properties
input
Link copied to clipboard
val
input
:
ElementInput
node
Link copied to clipboard
val
node
:
Node
world
Matrix
Link copied to clipboard
val
worldMatrix
:
Matrix3f
world
Shape
Link copied to clipboard
val
worldShape
:
Quad
<
Vector2f
>
Functions
has
Intersection
Link copied to clipboard
fun
hasIntersection
(
event
:
PointerEvent
)
:
Boolean