Class BButtonRC.Both
java.lang.Object
com.stuypulse.stuylib.streams.booleans.filters.BButtonRC.Both
- Enclosing interface:
- BButtonRC
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.stuypulse.stuylib.streams.booleans.filters.BButtonRC
BButtonRC.Both, BButtonRC.Pressed, BButtonRC.Released -
Field Summary
Fields inherited from interface com.stuypulse.stuylib.streams.booleans.filters.BButtonRC
kFalse, kPressedLimit, kReleasedLimit, kTrue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanget(boolean next) Get next value in Filter based on the next value given
-
Constructor Details
-
Both
- Parameters:
decay- time in seconds to remain true after the BStream is pressed or released
-
-
Method Details