Replaced spaces with tabs in Java code

This commit is contained in:
Sergii Pylypenko
2014-06-24 20:21:25 +03:00
parent 0a1b80a9dd
commit e7693951a2
3 changed files with 1164 additions and 1162 deletions

View File

@@ -380,7 +380,7 @@ abstract class DifferentTouchInput
}
buttonState = buttonStateNew;
}
super.process(event); // Push mouse coordinate first
super.process(event);
}
public void processGenericEvent(final MotionEvent event)
{
@@ -427,7 +427,7 @@ abstract class DifferentTouchInput
DemoGLSurfaceView.nativeMotionEvent( (int)event.getHistoricalX(i), (int)event.getHistoricalY(i),
Mouse.SDL_FINGER_MOVE, ptr, (int)( event.getHistoricalPressure(i) * Mouse.MAX_PRESSURE ), (int)( event.getHistoricalSize(i) * Mouse.MAX_PRESSURE ) );
}
super.process(event); // Push mouse coordinate first
super.process(event);
}
}
private static class CrappyDragonRiseDatexGamepadInputWhichNeedsItsOwnHandlerBecauseImTooCheapAndStupidToBuyProperGamepad extends IcsTouchInput