espresso3d.engine.input.base
Interface E3DInputCallback


public interface E3DInputCallback

Author:
espresso3d Any input callback class must implement this to be able to get input callbacks

Method Summary
 void onInput(java.util.ArrayList keyCodes)
          When input is captured that has keys/actions bound to a class implementing this, onInput is called.
 

Method Detail

onInput

public void onInput(java.util.ArrayList keyCodes)
When input is captured that has keys/actions bound to a class implementing this, onInput is called. An arraylist of all keycodes that have been registered to the class and have been pressed since the last time this classes onInput was called are passed in

Parameters:
keyCodes -