axmol/extensions/GUI/CCScrollView
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
..
CCScrollView.cpp Fixed inertial scrolling for `CCScrollView` 2015-07-08 10:03:03 +02:00
CCScrollView.h Update comment for Lua 2015-03-30 15:47:47 +08:00
CCTableView.cpp Optimize Vec2 2015-04-19 20:40:52 +03:00
CCTableView.h Update comment for Lua 2015-03-30 15:47:47 +08:00
CCTableViewCell.cpp remove unneeded includes 2014-08-29 15:39:52 +08:00
CCTableViewCell.h fix group error 2015-03-26 15:47:14 +08:00