From: Mjolnir Date: Mon, 7 Sep 2015 12:51:38 +0000 (+0200) Subject: absolute movement X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=3a3071e4a8e323696140d30cff6a756fc571e361;p=livingdesktop.git absolute movement --- 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; } }