space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.movement
/
InputSnapshot
Input
Snapshot
common
@
Serializable
data
class
InputSnapshot
(
val
keyboard
:
KeyboardSnapshot
?
=
null
,
val
mouse
:
MouseSnapshot
?
=
null
)
Content copied to clipboard
Constructors
Properties
Constructors
Input
Snapshot
Link copied to clipboard
common
fun
InputSnapshot
(
keyboard
:
KeyboardSnapshot
?
=
null
,
mouse
:
MouseSnapshot
?
=
null
)
Content copied to clipboard
Properties
keyboard
Link copied to clipboard
common
val
keyboard
:
KeyboardSnapshot
?
=
null
Content copied to clipboard
mouse
Link copied to clipboard
common
val
mouse
:
MouseSnapshot
?
=
null
Content copied to clipboard