From 3a3071e4a8e323696140d30cff6a756fc571e361 Mon Sep 17 00:00:00 2001 From: Mjolnir Date: Mon, 7 Sep 2015 14:51:38 +0200 Subject: [PATCH] absolute movement --- Test/mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Test/mainwindow.cpp b/Test/mainwindow.cpp index aff38fc..e839829 100644 --- a/Test/mainwindow.cpp +++ b/Test/mainwindow.cpp @@ -114,6 +114,9 @@ void MainWindow::translateScreen() screen->translation(LivingScreen::RIGHT, distance); else screen->translation(LivingScreen::LEFT, -distance); + + int n = screen->getPosition(); + qDebug() << "Position: " << n; } } -- 2.30.2