Searched refs:current_ax (Results 1 – 1 of 1) sorted by relevance
2145 int *current_ax; in SetScrollValuator() local2155 current_ax = &dev->valuator->v_scroll_axis; in SetScrollValuator()2158 current_ax = &dev->valuator->h_scroll_axis; in SetScrollValuator()2171 if (*current_ax != -1 && axnum != *current_ax) { in SetScrollValuator()2172 ax = &dev->valuator->axes[*current_ax]; in SetScrollValuator()2178 *current_ax = axnum; in SetScrollValuator()