Add fire handling by touch

This commit is contained in:
Victor 2014-01-15 00:07:10 +02:00
parent 0a59a2345f
commit da62f1834d

View File

@ -62,7 +62,8 @@ public class InputHandlingProcessor implements InputProcessor {
@Override @Override
public boolean touchDown(int screenX, int screenY, int pointer, int button) { public boolean touchDown(int screenX, int screenY, int pointer, int button) {
return false; this.pointer.fire();
return true;
} }
@Override @Override