Home
last modified time | relevance | path

Searched defs:input_event (Results 1 – 6 of 6) sorted by relevance

/third_party/libinput/include/linux/freebsd/
Dinput.h27 struct input_event { struct
30 #define input_event_sec time.tv_sec argument
38 uint16_t type;
39 uint16_t code;
40 int32_t value;
/third_party/libinput/include/linux/linux/
Dinput.h26 struct input_event { struct
29 #define input_event_sec time.tv_sec argument
37 __u16 type;
38 __u16 code;
39 __s32 value;
/third_party/libevdev/include/linux/linux/
Dinput.h26 struct input_event { struct
29 #define input_event_sec time.tv_sec argument
42 __u16 type;
43 __u16 code;
44 __s32 value;
/third_party/alsa-lib/test/
Dplaymidi1.c370 snd_seq_event_t *input_event; in wait_for_event() local
415 snd_seq_event_t *input_event; in wait_start() local
/third_party/pulseaudio/src/pulsecore/
Diochannel.c57 pa_io_event* input_event, *output_event; member
/third_party/glfw/src/
Dmir_window.c241 static void handleInput(const MirInputEvent* input_event, _GLFWwindow* window) in handleInput()