Add input cmd for setting pointer accel profile.

This commit is contained in:
Jasen Borisov 2016-05-01 11:02:44 +01:00
parent 68f0baf3ec
commit de007c9b58
5 changed files with 41 additions and 2 deletions

View file

@ -21,6 +21,7 @@ struct input_config *new_input_config(const char* identifier) {
input->click_method = INT_MIN;
input->middle_emulation = INT_MIN;
input->natural_scroll = INT_MIN;
input->accel_profile = INT_MIN;
input->pointer_accel = FLT_MIN;
input->scroll_method = INT_MIN;