|
|
@ -27,8 +27,8 @@ struct input_config *new_input_config(const char* identifier) {
|
|
|
|
input->natural_scroll = INT_MIN;
|
|
|
|
input->natural_scroll = INT_MIN;
|
|
|
|
input->accel_profile = INT_MIN;
|
|
|
|
input->accel_profile = INT_MIN;
|
|
|
|
input->pointer_accel = FLT_MIN;
|
|
|
|
input->pointer_accel = FLT_MIN;
|
|
|
|
input->scroll_method = INT_MIN;
|
|
|
|
|
|
|
|
input->scroll_button = INT_MIN;
|
|
|
|
input->scroll_button = INT_MIN;
|
|
|
|
|
|
|
|
input->scroll_method = INT_MIN;
|
|
|
|
input->left_handed = INT_MIN;
|
|
|
|
input->left_handed = INT_MIN;
|
|
|
|
input->repeat_delay = INT_MIN;
|
|
|
|
input->repeat_delay = INT_MIN;
|
|
|
|
input->repeat_rate = INT_MIN;
|
|
|
|
input->repeat_rate = INT_MIN;
|
|
|
|