Searched refs:new_button (Results 1 – 1 of 1) sorted by relevance
1407 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusUpper() local1409 if (new_button == AIPTEK_INVALID_VALUE) in store_tabletStylusUpper()1412 aiptek->newSetting.stylusButtonUpper = new_button; in store_tabletStylusUpper()1438 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusLower() local1440 if (new_button == AIPTEK_INVALID_VALUE) in store_tabletStylusLower()1443 aiptek->newSetting.stylusButtonLower = new_button; in store_tabletStylusLower()1476 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseLeft() local1478 if (new_button == AIPTEK_INVALID_VALUE) in store_tabletMouseLeft()1481 aiptek->newSetting.mouseButtonLeft = new_button; in store_tabletMouseLeft()1506 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseMiddle() local[all …]