278
278
for (int i = 0; i < kPointerCount; ++i) {
279
279
QWindowSystemInterface::TouchPoint touchPoint;
282
282
const float kY = event->motion.pointer_coordinates[i].raw_y + kWindowGeometry.y(); // see bug lp:1346633 workaround comments elsewhere
283
283
const float kW = event->motion.pointer_coordinates[i].touch_major;
284
284
const float kH = event->motion.pointer_coordinates[i].touch_minor;