Uses of Interface
net.ctdp.rfdynhud.input.InputActionConsumer

Packages that use InputActionConsumer
net.ctdp.rfdynhud.input   
 

Uses of InputActionConsumer in net.ctdp.rfdynhud.input
 

Methods in net.ctdp.rfdynhud.input that return InputActionConsumer
 InputActionConsumer InputAction.getConsumer()
           
 

Methods in net.ctdp.rfdynhud.input with parameters of type InputActionConsumer
static InputAction __InpPrivilegedAccess.createInputAction(java.lang.String name, java.lang.Boolean acceptedState, boolean isWidgetAction, InputActionConsumer consumer, java.net.URL doc)