mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-01 06:20:17 +01:00
10 lines
260 B
C
10 lines
260 B
C
|
#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
|