Searched refs:mouseState (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr.c | 53 static int mouseState = 0; variable 933 KdEnqueuePointerEvent(ephyrMouse, mouseState | KD_POINTER_DESKTOP, x, y, 0); in ephyrProcessMouseMotion() 952 mouseState |= 1 << (button->detail - 1); in ephyrProcessButtonPress() 955 KdEnqueuePointerEvent(ephyrMouse, mouseState | KD_MOUSE_DELTA, 0, 0, 0); in ephyrProcessButtonPress() 969 mouseState &= ~(1 << (button->detail - 1)); in ephyrProcessButtonRelease() 972 KdEnqueuePointerEvent(ephyrMouse, mouseState | KD_MOUSE_DELTA, 0, 0, 0); in ephyrProcessButtonRelease()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kdrive.h | 196 KdPointerState mouseState; member
|
| H A D | kinput.c | 103 pi->mouseState = start; in KdResetInputMachine() 802 pi->mouseState = start; in KdAddPointer() 1533 t = &kdInputMachine[pi->mouseState][c]; in KdRunMouseMachine() 1583 pi->mouseState = t->nextState; in KdRunMouseMachine()
|