Lines Matching defs:button
1778 u8 button;
1856 raw_xy->button = (data[8] >> 2) & 0x01;
2499 input_event(hidpp->input, EV_KEY, BTN_LEFT, raw->button);
2538 .button = data[0] & 0x01,
2661 * To complicate things further, the middle button keys sequence
2664 * forward button -> Super_R
2665 * backward button -> Super_L+'d' (press only)
2666 * middle button -> 1st time: Alt_L+SuperL+XF86TouchpadOff (press only)
2668 * NB: press-only means that when the button is pressed, the
2670 * together sequentially; instead when the button is released, no event is
2677 * - for the three mouse button it sends:
2678 * middle button press 11<xx>0a 3500af00...
2679 * side 1 button (forward) press 11<xx>0a 3500b000...
2680 * side 2 button (backward) press 11<xx>0a 3500ae00...
2681 * middle/side1/side2 button release 11<xx>0a 35000000...
2731 * m560 mouse report for middle, forward and backward button
3088 * through the extra buttons report. At least for button 6 how it is
3096 /* Some mice report events on button 9+, use BTN_MISC */