axmol/extensions
Daniele Di Bernardo 7a36a57aff Fixed inertial scrolling for `CCScrollView`
The inertial scrolling in `CCScrollView` usually works only if you're using the `Direction::BOTH` direction, and if there's enough scrolling space *both* on the X and the Y axis. But when you use the `Direction::HORIZONTAL` or `Direction::VERTICAL` directions you usually have 0px of available space on the Y or X axis respectively, so it won't work.
This change enables you to scroll the view just on the X or on the Y axis using `Direction::HORIZONTAL` or `Direction::VERTICAL` and to use the inertial scroll accordingly.
2015-07-08 10:03:03 +02:00
..
GUI Fixed inertial scrolling for `CCScrollView` 2015-07-08 10:03:03 +02:00
Particle3D And more warnings. 2015-07-07 23:10:04 +08:00
assets-manager Add CURLOPT_NOSIGNAL to avoid multithread issue on timeout 2015-06-04 17:59:56 +08:00
physics-nodes Optimize Vec2 2015-04-19 20:40:52 +03:00
Android.mk Fix the compile error of js-template by using android-studio compile param. 2015-06-25 17:44:51 +08:00
CMakeLists.txt modify project using short path 2015-03-05 13:40:52 +08:00
ExtensionDeprecated.cpp remove ccscale9sprite , cceditBox 2014-09-01 17:06:22 +08:00
ExtensionDeprecated.h remove ccscale9sprite , cceditBox 2014-09-01 17:06:22 +08:00
ExtensionExport.h added check for WinRT and WP8 2014-10-14 16:46:23 -07:00
ExtensionMacros.h issue #1483: Added LICENSE_CCControlExtension.txt, and added license information for headers of CCControlExtension. 2012-09-25 17:26:09 +08:00
cocos-ext.h disable CURL and AssetsManager for Windows 10 UWP 2015-05-28 13:32:08 -07:00