first approach to custom scrolling using high res touchpads applied to flow_gl(for no native scrollables widgets)

This commit is contained in:
Luis Ángel San Martín
2015-01-23 09:29:06 +01:00
parent 63e36141ee
commit 976935b86d
2 changed files with 50 additions and 2 deletions

View File

@ -175,6 +175,9 @@ protected:
void startAnimationTimer();
void stopAnimationTimer();
QTime * wheelTimer;
int wheelAccumulator;
public: