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

@@ -830,6 +830,8 @@ JAVA_EXPORT_NAME(DemoGLSurfaceView_nativeMotionEvent) ( JNIEnv* env, jobject t
return;
#endif
//__android_log_print(ANDROID_LOG_INFO, "libSDL", "Motion event: %4d %4d action %d ptr %d, force %d radius %d", x, y, action, pointerId, force, radius);
pointerId = BumpPointerId( pointerId );
if( ProcessTouchscreenKeyboard( x, y, action, pointerId ) )