You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently saw @PatPennell's libinput-disable-on-click-scrolling project/fork and wonder if this project should grow in scope to allow further configuration. Some symbols like libinput_device_config_middle_emulation_set_enabled and libinput_device_config_scroll_set_button can be looked up at run-time via dlsym but others like LIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED are enums.
The text was updated successfully, but these errors were encountered:
I recently saw @PatPennell's libinput-disable-on-click-scrolling project/fork and wonder if this project should grow in scope to allow further configuration. Some symbols like
libinput_device_config_middle_emulation_set_enabled
andlibinput_device_config_scroll_set_button
can be looked up at run-time viadlsym
but others likeLIBINPUT_CONFIG_MIDDLE_EMULATION_ENABLED
are enums.The text was updated successfully, but these errors were encountered: