Lines Matching defs:button
2283 u8 button;
2361 raw_xy->button = (data[8] >> 2) & 0x01;
3010 input_event(hidpp->input, EV_KEY, BTN_LEFT, raw->button);
3049 .button = data[0] & 0x01,
3172 * To complicate things further, the middle button keys sequence
3175 * forward button -> Super_R
3176 * backward button -> Super_L+'d' (press only)
3177 * middle button -> 1st time: Alt_L+SuperL+XF86TouchpadOff (press only)
3179 * NB: press-only means that when the button is pressed, the
3181 * together sequentially; instead when the button is released, no event is
3188 * - for the three mouse button it sends:
3189 * middle button press 11<xx>0a 3500af00...
3190 * side 1 button (forward) press 11<xx>0a 3500b000...
3191 * side 2 button (backward) press 11<xx>0a 3500ae00...
3192 * middle/side1/side2 button release 11<xx>0a 35000000...
3242 * m560 mouse report for middle, forward and backward button
3599 * through the extra buttons report. At least for button 6 how it is
3607 /* Some mice report events on button 9+, use BTN_MISC */