Philipp Wiesemann [Sun, 10 Nov 2013 17:42:01 +0100] rev 7937
Replaced implicit boxing with explicit boxing in Java file.
Philipp Wiesemann [Sun, 10 Nov 2013 17:40:26 +0100] rev 7936
Renamed a class in Java file for consistency.
Philipp Wiesemann [Sun, 10 Nov 2013 17:38:03 +0100] rev 7935
Removed not needed imports from Java file.
Philipp Wiesemann [Sun, 10 Nov 2013 17:35:07 +0100] rev 7934
Added missing @Override annotations in Java file.
Philipp Wiesemann [Sun, 10 Nov 2013 15:04:58 +0100] rev 7933
Changed motion listener implementation not to inherit from Activity class.
Philipp Wiesemann [Sun, 10 Nov 2013 14:58:48 +0100] rev 7932
Moved two function calls so they are only called if needed.
If the MotionEvent is not from joystick the return values are not needed.
Philipp Wiesemann [Sun, 10 Nov 2013 14:50:37 +0100] rev 7931
Added a new unused key code from Android 4.4 (API 19).
Philipp Wiesemann [Sun, 10 Nov 2013 14:47:05 +0100] rev 7930
Changed function to return -1 through SDL_Error() instead of plain -1.
Philipp Wiesemann [Sun, 10 Nov 2013 14:44:50 +0100] rev 7929
Changed function to be static.
The function keycode_to_SDL() is only used in this file.
Philipp Wiesemann [Sun, 10 Nov 2013 14:42:41 +0100] rev 7928
Removed unused local variable to fix warning.