summaryrefslogtreecommitdiff
path: root/linux-input-keycodes.h
blob: d0b6f8c47ac9ff3b69af57bcc82f08d67b88d778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef foolinuxinputkeycodesfoo
#define foolinuxinputkeycodesfoo

/* AUTOGENERATED: DO NOT EDIT */

#include <unistd.h>
#include <stdint.h>
#include <stdbool.h>
#include "linux-input.h"

struct linux_input_keycode {
	const char *name;
	uint32_t value;
	bool alias;
	void *cairo_surface;
};

extern struct linux_input_keycode linux_input_keycodes[];

#endif