19 #ifndef MIR_EXAMPLES_INPUT_DEVICE_CONFIG_H_ 20 #define MIR_EXAMPLES_INPUT_DEVICE_CONFIG_H_ 43 double mouse_cursor_acceleration_bias,
44 double mouse_scroll_speed_scale,
45 double touchpad_cursor_acceleration_bias,
46 double touchpad_scroll_speed_scale,
49 void device_added(std::shared_ptr<input::Device>
const& device)
override;
54 bool disable_while_typing;
56 double mouse_cursor_acceleration_bias;
57 double mouse_scroll_speed_scale;
58 double touchpad_cursor_acceleration_bias;
59 double touchpad_scroll_speed_scale;
Definition: as_render_target.h:27
Customise and run a Mir server.
Definition: server.h:82
void add_input_device_configuration_options_to(Server &server)
Definition: server_example_input_device_config.cpp:55