net.ctdp.rfdynhud.input
Interface InputActionConsumer


public interface InputActionConsumer

Author:
Marvin Froehlich (CTDP)

Method Summary
 void onBoundInputStateChanged(InputAction action, boolean state, int modifierMask, long when, LiveGameData gameData, boolean isEditorMode)
           
 

Method Detail

onBoundInputStateChanged

void onBoundInputStateChanged(InputAction action,
                              boolean state,
                              int modifierMask,
                              long when,
                              LiveGameData gameData,
                              boolean isEditorMode)