Lines Matching refs:new_button
1387 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusUpper() local
1389 if (new_button == AIPTEK_INVALID_VALUE) in store_tabletStylusUpper()
1392 aiptek->newSetting.stylusButtonUpper = new_button; in store_tabletStylusUpper()
1418 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusLower() local
1420 if (new_button == AIPTEK_INVALID_VALUE) in store_tabletStylusLower()
1423 aiptek->newSetting.stylusButtonLower = new_button; in store_tabletStylusLower()
1456 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseLeft() local
1458 if (new_button == AIPTEK_INVALID_VALUE) in store_tabletMouseLeft()
1461 aiptek->newSetting.mouseButtonLeft = new_button; in store_tabletMouseLeft()
1486 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseMiddle() local
1488 if (new_button == AIPTEK_INVALID_VALUE) in store_tabletMouseMiddle()
1491 aiptek->newSetting.mouseButtonMiddle = new_button; in store_tabletMouseMiddle()
1516 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseRight() local
1518 if (new_button == AIPTEK_INVALID_VALUE) in store_tabletMouseRight()
1521 aiptek->newSetting.mouseButtonRight = new_button; in store_tabletMouseRight()