public class DigitalActionState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
changed
If since the last loop the value of this action has changed
|
boolean |
state
The current value of this action
|
Constructor and Description |
---|
DigitalActionState(boolean state,
boolean changed) |