| 143 | } |
| 144 | |
| 145 | bool KineticScroller::IsActive() const |
| 146 | { |
| 147 | return m_isActive; |
| 148 | } |
| 149 | |
| 150 | // Calculate direction in mercator space, and velocity in pixel space. |
| 151 | // We need the same reaction on different zoom levels, and should calculate velocity on pixel space. |
no outgoing calls
no test coverage detected