Searched refs:mouse_wheel_step (Results 1 – 3 of 3) sorted by relevance
430 mouse_wheel_step = strtoumax(argv[1], &endptr, 10); in cfg_set()431 if (mouse_wheel_step > 100 || *endptr != '\0') { in cfg_set()432 mouse_wheel_step = 1; in cfg_set()
35 extern unsigned int mouse_wheel_step;
58 unsigned int mouse_wheel_step = 1; variable510 ), mouse_wheel_step); in on_mouse_key()