Package com.simsilica.lemur.input
Class FunctionId
java.lang.Object
com.simsilica.lemur.input.FunctionId
A logical function identifier that can be used to map
controller inputs to actual analog and state listeners.
A FunctionId consists of a group ID and a function name.
Groups help logically organize otherwise potentially similar
names as well as providing a convenient way to turn on/off
entire sets of functions based on application state.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFunctionId
(String id) FunctionId
(String group, String id) FunctionId
(String group, String id, String name) -
Method Summary