return value of CCScrollView::isTouchMoved() in ANDROID is inconsistent with that in IOS/WIN32.

in ControlButton “Touch Up Inside” selector, the return value of CCScrollView::isTouchMoved() in android is inconsistent with that in ios/win32.

in Android: it returns True.
in iOS/Win32: it returns False. (This’s correct!)