Interface BButtonRC
- All Superinterfaces:
BFilter
- All Known Implementing Classes:
BButtonRC.Both
,BButtonRC.Pressed
,BButtonRC.Released
A simple boolean filter that returns true when a boolean stream changes depending on the type.
This type of button filter will hold true for a certain decay length before returning to false.
1. Both - will return true if the BStream changes at all
2. Pressed - will return true if the BStream changes from false to true
3. Released - will return true if the BStream changes from true to false
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final double
static final double
static final double
static final double
-
Method Summary
-
Field Details
-
kTrue
static final double kTrue- See Also:
-
kFalse
static final double kFalse- See Also:
-
kPressedLimit
static final double kPressedLimit- See Also:
-
kReleasedLimit
static final double kReleasedLimit- See Also:
-