An interface designating that implementing types represent Boolean input measurements.
Such measurements can be used to encapsulate button input states (such as from ControllerInput.PrimaryButton), in contrast to triggers, thumbsticks and other higher-dimensional input modalities.
Member Functions
bool Value ( )
Returns the most recent measured value of the IButton; for example, a type representing a ControllerInput.Primary2DAxisClick might return true if the underlying thumbstick is being pressed and false otherwise.