Single mapping file for all inputs

This commit is contained in:
Iwan Timmer
2017-04-08 15:50:24 +02:00
parent 9f43712fc8
commit 1d7c2be7e2
13 changed files with 131 additions and 89 deletions

View File

@@ -17,7 +17,7 @@
* along with Moonlight; if not, see <http://www.gnu.org/licenses/>.
*/
void evdev_create(const char* device, char* mapFile);
void evdev_create(const char* device, struct mapping* mappings);
void evdev_loop();
void evdev_init();