Module technology.sola.engine
Package technology.sola.engine.assets.input
package technology.sola.engine.assets.input
This package provides various classes related to assets related to input.
-
ClassDescriptionA ControlInput is composed of a
List
of conditions.ControlInputCondition indicates whether a condition for aControlInput
is active or not.ControlsConfig is anAsset
for control configurations.ControlsConfigAssetLoader is anAssetLoader
implementation forControlsConfig
s.ControlsConfigJsonMapper is aJsonMapper
implementation forControlsConfig
.KeyControlInputCondition is aControlInputCondition
to check if aKey
is in an active state.The possible states forKeyControlInputCondition
.MouseButtonInputCondition is aControlInputCondition
to check if aMouseButton
is in an active state.The possible states forMouseButtonControlInputCondition
.MouseWheelControlInputCondition is aControlInputCondition
to check if the mouse wheel is in an active state.The possible states forMouseWheelControlInputCondition
.