Package com.simsilica.lemur.input
Interface StateFunctionListener
- All Known Implementing Classes:
Button.FocusObserver
,Spinner.FocusObserver
,StateMethodDelegate
public interface StateFunctionListener
Implementations of this interface can register
to receive state change information for a logical
FunctionId.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
valueChanged
(FunctionId func, InputState value, double tpf)
-
Method Details
-
valueChanged
-