Interface HardwareBinding
- All Known Subinterfaces:
AbsoluteHardwareControlBinding,HardwareActionBinding,HardwareBindingWithRange,HardwareBindingWithSensitivity,RelativeHardwareControlBinding,RelativeHardwareControlToRangedValueBinding
public interface HardwareBinding
Represents a binding from some hardware input to a target.
When the binding is no longer needed the
removeBinding() method can be called to remove it.- Since:
- API version 10
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves this binding between its source and target so it is no longer in effect.
-
Method Details
-
removeBinding
void removeBinding()Removes this binding between its source and target so it is no longer in effect.
-