예제 #1
0
 public bool OnGenericMotion(View v, MotionEvent e)
 {
     return(SDLActivity.handleJoystickMotionEvent(e));
 }