Searched refs:lpad_and_joy (Results 1 – 1 of 1) sorted by relevance
1433 * 10.7 | -- | lpad_and_joy1442 bool lpad_touched, lpad_and_joy; in steam_do_input_event() local 1453 * lpad_and_joy tells that the joystick and the lpad are used at the in steam_do_input_event() 1457 * (lpad_touched || lpad_and_joy) tells if the lpad is really touched. in steam_do_input_event() 1460 lpad_and_joy = b10 & BIT(7); in steam_do_input_event() 1467 if (lpad_touched && !lpad_and_joy) { in steam_do_input_event() 1472 if (!(lpad_touched || lpad_and_joy)) { in steam_do_input_event() 1495 input_event(input, EV_KEY, BTN_THUMB, lpad_touched || lpad_and_joy); in steam_do_input_event()