Home
last modified time | relevance | path

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

/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/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/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/skia/third_party/externals/imgui/backends/
Dimgui_impl_android.cpp39 int32_t ImGui_ImplAndroid_HandleInputEvent(AInputEvent* input_event) in ImGui_ImplAndroid_HandleInputEvent()
/third_party/alsa-lib/test/
Dplaymidi1.c368 snd_seq_event_t *input_event; in wait_for_event() local
413 snd_seq_event_t *input_event; in wait_start() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirevents.c240 MIR_HandleInput(MirInputEvent const* input_event, SDL_Window* window) in MIR_HandleInput()
/third_party/pulseaudio/src/pulsecore/
Diochannel.c57 pa_io_event* input_event, *output_event; member
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dplatform_view.cc202 std::unique_ptr<fuchsia::ui::input::InputEvent> input_event) { in DidUpdateState()
/third_party/flutter/glfw/src/
Dmir_window.c241 static void handleInput(const MirInputEvent* input_event, _GLFWwindow* window) in handleInput()