Lines Matching refs:heldEvent
1475 pi->emulationDx = pi->heldEvent.x - x; in KdInsideEmulationWindow()
1476 pi->emulationDy = pi->heldEvent.y - y; in KdInsideEmulationWindow()
1542 pi->heldEvent.type = type; in KdRunMouseMachine()
1543 pi->heldEvent.x = x; in KdRunMouseMachine()
1544 pi->heldEvent.y = y; in KdRunMouseMachine()
1545 pi->heldEvent.z = z; in KdRunMouseMachine()
1546 pi->heldEvent.flags = b; in KdRunMouseMachine()
1547 pi->heldEvent.absrel = absrel; in KdRunMouseMachine()
1555 _KdEnqueuePointerEvent(pi, pi->heldEvent.type, pi->heldEvent.x, in KdRunMouseMachine()
1556 pi->heldEvent.y, pi->heldEvent.z, in KdRunMouseMachine()
1557 pi->heldEvent.flags, pi->heldEvent.absrel, in KdRunMouseMachine()
1563 _KdEnqueuePointerEvent(pi, pi->heldEvent.type, pi->heldEvent.x, in KdRunMouseMachine()
1564 pi->heldEvent.y, pi->heldEvent.z, in KdRunMouseMachine()
1565 pi->heldEvent.flags, pi->heldEvent.absrel, in KdRunMouseMachine()