[Android] Gamepad input. Refactor JNI native functions to all pull from a single class instead of everywhere willy-nilly

This commit is contained in:
Ryan Houdek
2013-06-18 07:09:20 -05:00
parent a518a1cbdc
commit 7223778520
19 changed files with 946 additions and 395 deletions

View File

@ -23,8 +23,7 @@ elseif(X11_FOUND)
Src/ControllerInterface/Xlib/Xlib.cpp)
elseif(ANDROID)
set(SRCS ${SRCS}
Src/ControllerInterface/Android/Android.cpp
Src/Android/ButtonManager.cpp)
Src/ControllerInterface/Android/Android.cpp)
endif()
add_library(inputcommon ${SRCS})