Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
d41a0fc04b | |||
16fb6ff6ff |
1 changed files with 6 additions and 1 deletions
|
@ -26,7 +26,12 @@
|
||||||
#define LIBEVDEV_H
|
#define LIBEVDEV_H
|
||||||
|
|
||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
extern int libevdev_event_code_from_name(unsigned int type, const char *name);
|
extern int libevdev_event_code_from_name(unsigned int type, const char *name);
|
||||||
extern const char * libevdev_event_code_get_name(unsigned int type, unsigned int code);
|
extern const char * libevdev_event_code_get_name(unsigned int type, unsigned int code);
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue