Home
last modified time | relevance | path

Searched refs:heldEvent (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkinput.c1475 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()
[all …]
H A Dkdrive.h205 } heldEvent; member