Better logic for elm_scroller_current_page_get() while scrolling/dragging.
authorGustavo Lima Chaves <glima@profusion.mobi>
Mon, 17 Jun 2013 16:23:45 +0000 (13:23 -0300)
committerGustavo Lima Chaves <glima@profusion.mobi>
Mon, 17 Jun 2013 16:23:45 +0000 (13:23 -0300)
commita97e0ad632855ea8e4ab109d3449f1dd004163b4
treedfe3a9c69d89ace49fe81c31912394da73384aae
parent1957def28f02fd9580a77627e4b9f9ed7bf8fd3a
Better logic for elm_scroller_current_page_get() while scrolling/dragging.

We still report the topmost/leftmost page, but DURING animations we
return which of the competing pages on the top, left edge get the
majority of their regions in the viewport.
src/bin/test_scroller.c
src/lib/elm_interface_scrollable.c