Home | History | Annotate | Download | only in x68k

Lines Matching refs:buttons

209 	    /* Initialize emulation 3 buttons settings */
332 int type, buttons, flag;
347 * Mouse buttons start at 1 as defined in <X11/X.h>.
349 * The bmask stores which buttons are currently pressed.
353 buttons = (fe->id - MS_LEFT) + 1;
354 bmask = 1 << (buttons - 1);
370 if (buttons == Button1 || buttons == Button3) {
372 Emulate3ButtonsQueueEvent(&pPriv->emu3btn, type, buttons, pPriv->bmask);
376 QueuePointerEvents(device, type, buttons, flag, &mask);