InputCapture: Fix retrieving of cursor position out of QVariantMap
Even though Qt can (de)marshall QPointF as (dd), when this data is inside the QVariantMap it fails to convert it. Instead do it in two steps first fetch the QDBusArgument and convert that.