flycast/core/linux-dist/evdev.h

7 lines
140 B
C

#pragma once
#include "types.h"
extern void input_evdev_init();
extern void input_evdev_close();
extern bool input_evdev_handle(u32 port);