Updated Qt frontend to latest Scroll interface

This commit is contained in:
Xawotihs@gmail.com
2012-01-29 22:34:55 +00:00
parent 4db47dcbd6
commit 28be95b401
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ public:
return g_startTimer.elapsed();
};
Q_INVOKABLE void doScroll(int x, int y, int magnitude) {
m_engine->Scroll(x, y, magnitude);
m_engine->Scroll(x, y);
};
int getNominalHeight(){ return SCREEN_HEIGHT;};
int getNominalWidth(){ return SCREEN_WIDTH;};