Searched defs:input_event (Results 1 – 9 of 9) sorted by relevance
26 struct input_event { struct29 #define input_event_sec time.tv_sec argument37 __u16 type;38 __u16 code;39 __s32 value;
27 struct input_event { struct30 #define input_event_sec time.tv_sec argument38 uint16_t type;39 uint16_t code;40 int32_t value;
26 struct input_event { struct29 #define input_event_sec time.tv_sec argument42 __u16 type;43 __u16 code;44 __s32 value;
39 int32_t ImGui_ImplAndroid_HandleInputEvent(AInputEvent* input_event) in ImGui_ImplAndroid_HandleInputEvent()
368 snd_seq_event_t *input_event; in wait_for_event() local413 snd_seq_event_t *input_event; in wait_start() local
240 MIR_HandleInput(MirInputEvent const* input_event, SDL_Window* window) in MIR_HandleInput()
57 pa_io_event* input_event, *output_event; member
202 std::unique_ptr<fuchsia::ui::input::InputEvent> input_event) { in DidUpdateState()
241 static void handleInput(const MirInputEvent* input_event, _GLFWwindow* window) in handleInput()