Home
last modified time | relevance | path

Searched refs:buttonsDown (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h350 CARD8 buttonsDown; /* number of buttons down */ member
358 CARD8 buttonsDown; /* number of buttons currently down member
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c641 t->buttonsDown = f->buttonsDown; in DeepCopyPointerClasses()
891 IncreaseButtonCount(device, key, &b->buttonsDown, &b->motionMask, in UpdateDeviceState()
924 DecreaseButtonCount(device, key, &b->buttonsDown, &b->motionMask, in UpdateDeviceState()
943 IncreaseButtonCount(device, key, &t->buttonsDown, &t->motionMask, in UpdateDeviceState()
951 if (t->buttonsDown <= 0 || !b->map[key]) in UpdateDeviceState()
957 DecreaseButtonCount(device, key, &t->buttonsDown, &t->motionMask, in UpdateDeviceState()
1439 !dev->button->buttonsDown && in DeliverTouchEmulatedEvent()
1797 if (grab && !b->buttonsDown && in ProcessDeviceEvent()
H A Dxiquerypointer.c164 if (!have_xi22 && pDev->touch && pDev->touch->buttonsDown > 0) in ProcXIQueryPointer()
/OK3568_Linux_fs/external/xserver/dix/
H A Dtouch.c349 !dev->button->buttonsDown && in TouchEndTouch()
350 !dev->touch->buttonsDown && GrabIsPointerGrab(grab)) in TouchEndTouch()
H A Dinpututils.c779 if (mouse && mouse->touch && mouse->touch->buttonsDown > 0) in event_set_state()
H A Devents.c4013 if (event->type == ET_ButtonPress && (device->button->buttonsDown != 1)) in CheckDeviceGrabs()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog135641 Count the number of logically down buttons in buttonsDown
163566 Only decrement buttonsDown when the button count is greater than 0.
163788 Only decrement buttonsDown when the button count is greater than 0.
164009 unconditionally checks device->button->buttonsDown.