You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _SWAY_INPUT_LIBINPUT_H
|
|
#define _SWAY_INPUT_LIBINPUT_H
|
|
#include "sway/input/input-manager.h"
|
|
|
|
void sway_input_configure_libinput_device(struct sway_input_device *device);
|
|
|
|
void sway_input_reset_libinput_device(struct sway_input_device *device);
|
|
|
|
#endif
|