Searched refs:ptr_buttons (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/libX11/dist/include/X11/
H A DXKBlib.h112 int ptr_buttons; /* pointer button state */ member in struct:_XkbStateNotifyEvent
/xsrc/external/mit/xkbevd/dist/
H A Dprintev.c98 fprintf(file, "ptr_buttons= 0x%04x%s\n", state->ptr_buttons,
/xsrc/external/mit/xorg-server/dist/include/
H A Dxkbstr.h71 unsigned short ptr_buttons; /* core pointer buttons */ member in struct:_XkbStateRec
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxkbstr.h71 unsigned short ptr_buttons; /* core pointer buttons */ member in struct:_XkbStateRec
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBstr.h65 unsigned short ptr_buttons; member in struct:_XkbStateRec
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbAccessX.c736 xkbi->state.ptr_buttons = (mouse->button) ? mouse->button->state : 0;
H A DxkbUtils.c622 changed|=(old->ptr_buttons!=new->ptr_buttons?XkbPointerButtonMask:0);
H A DxkbEvents.c228 pSN->ptrBtnState = state->ptr_buttons;
H A Dxkb.c588 rep.ptrBtnState = xkb->ptr_buttons;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbAccessX.c762 xkbi->state.ptr_buttons = (mouse->button) ? mouse->button->state : 0;
H A DxkbUtils.c635 (old->ptr_buttons != new->ptr_buttons ? XkbPointerButtonMask : 0);
H A DxkbEvents.c234 pSN->ptrBtnState = state->ptr_buttons;
H A Dxkb.c609 .ptrBtnState = xkb->ptr_buttons
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKB.c510 rtrn->ptr_buttons = rep.ptrBtnState;
H A DXKBUse.c255 sev->ptr_buttons = sn->ptrBtnState;

Completed in 39 milliseconds