Home
last modified time | relevance | path

Searched refs:mouse (Results 1 – 25 of 156) sorted by relevance

1234567

/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DinputMonitor.js57 const mouse = {};
58 mouse.type = 'move';
59 mouse.pressedButtons = pressedButtons;
60 mouse.displayId = 20;
61 mouse.targetWindowId = 21;
62 mouse.agentWindowId = 22;
63 mouse.localX = 450;
64 mouse.localY = 736;
65 mouse.globalX = 450;
66 mouse.globalY = 784;
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimodalInput_inputMonitor.js59 const mouse = {};
60 mouse.type = 'move';
61 mouse.pressedButtons = pressedButtons;
62 mouse.displayId = 20;
63 mouse.targetWindowId = 21;
64 mouse.agentWindowId = 22;
65 mouse.localX = 450;
66 mouse.localY = 736;
67 mouse.globalX = 450;
68 mouse.globalY = 784;
[all …]
/third_party/libinput/quirks/
D30-vendor-ibm.quirks3 # IBM/Lenovo Scrollpoint mouse. Instead of a scroll wheel these mice
8 MatchUdevType=mouse
14 MatchUdevType=mouse
20 MatchUdevType=mouse
26 MatchUdevType=mouse
32 MatchUdevType=mouse
38 MatchUdevType=mouse
D30-vendor-contour.quirks4 MatchUdevType=mouse
10 MatchUdevType=mouse
16 MatchUdevType=mouse
22 MatchUdevType=mouse
D30-vendor-logitech.quirks9 MatchUdevType=mouse
16 MatchUdevType=mouse
23 MatchUdevType=mouse
30 MatchUdevType=mouse
37 MatchUdevType=mouse
D30-vendor-madcatz.quirks19 MatchUdevType=mouse
35 MatchUdevType=mouse
D50-system-apple.quirks37 # emulates a full 2/3 button mouse for us. Ignore anything from the
40 MatchUdevType=mouse
D30-vendor-a4tech.quirks4 MatchUdevType=mouse
/third_party/libinput/doc/user/
Dtest-suite.rst94 mouse-wheelclickcount
95 mouse-wheelclickangle
96 low-dpi-mouse
97 mouse-roccat
98 mouse-wheel-tilt
99 mouse
106 mouse-wheelclickcount
107 mouse-wheelclickangle
108 low-dpi-mouse
109 mouse-roccat
[all …]
Dmiddle-button-emulation.rst11 and right button generates a middle mouse button event. Releasing the
12 buttons generates a middle mouse button release, the left and right button
27 Some devices provide middle mouse button emulation but do not allow
30 mouse-like devices where a middle button is detected.
Dnormalization-of-relative-motion.rst24 movement on a 400dpi mouse would cause a 2.5 pixel movement). Instead,
28 device will roughly feel the same as a higher-dpi mouse.
70 `udev hwdb <http://cgit.freedesktop.org/systemd/systemd/tree/hwdb/70-mouse.hwdb>`_.
71 The ``mouse-dpi-tool`` utility provided by
Dtimestamps.rst23 Consider the following event sequences from a touchpad and a mouse:
37 response to the mouse movement: an event of type
Dwheel-api.rst92 on the resolution of the wheel. The example below shows a mouse with click
93 angle 15 and a resolution of 3 events per wheel click and a mouse with click
136 Fast-scrolling on a high-resolution mouse may trigger multiple fractions per
/third_party/mesa3d/src/intel/tools/
Daubinator_viewer_urb.h16 bool _Hovered(const ImVec2& mouse, bool window_hovered, in _Hovered()
19 tl.x <= mouse.x && tl.y <= mouse.y && in _Hovered()
20 br.x > mouse.x && br.y > mouse.y; in _Hovered()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_allegro5.cpp365 if (ev->mouse.display == bd->Display) in ImGui_ImplAllegro5_ProcessEvent()
367 io.MouseWheel += ev->mouse.dz; in ImGui_ImplAllegro5_ProcessEvent()
368 io.MouseWheelH -= ev->mouse.dw; in ImGui_ImplAllegro5_ProcessEvent()
369 io.MousePos = ImVec2(ev->mouse.x, ev->mouse.y); in ImGui_ImplAllegro5_ProcessEvent()
374 if (ev->mouse.display == bd->Display && ev->mouse.button <= 5) in ImGui_ImplAllegro5_ProcessEvent()
375 io.MouseDown[ev->mouse.button - 1] = (ev->type == ALLEGRO_EVENT_MOUSE_BUTTON_DOWN); in ImGui_ImplAllegro5_ProcessEvent()
388 if (ev->mouse.display == bd->Display) in ImGui_ImplAllegro5_ProcessEvent()
Dimgui_impl_osx.mm27 // 2021-01-27: Inputs: Added a fix for mouse position not being reported when mouse buttons other …
30 // 2019-12-05: Inputs: Added support for ImGuiMouseCursor_NotAllowed mouse cursor.
33 // 2019-05-28: Inputs: Added mouse cursor shape and visibility support.
207 …// If a mouse press event came, always pass it as "mouse held this frame", so we don't miss click-…
218 // Hide OS mouse cursor if imgui is drawing it or if it wants no cursor
227 // Show OS mouse cursor
/third_party/libevdev/tools/
DMakefile.am4 mouse-dpi-tool \
19 mouse_dpi_tool_SOURCES = mouse-dpi-tool.c
27 mouse-dpi-tool.1 \
DMakefile.in93 bin_PROGRAMS = touchpad-edge-detector$(EXEEXT) mouse-dpi-tool$(EXEEXT) \
123 am_mouse_dpi_tool_OBJECTS = mouse-dpi-tool.$(OBJEXT)
147 ./$(DEPDIR)/mouse-dpi-tool.Po \
378 mouse_dpi_tool_SOURCES = mouse-dpi-tool.c
384 mouse-dpi-tool.1 \
492 mouse-dpi-tool$(EXEEXT): $(mouse_dpi_tool_OBJECTS) $(mouse_dpi_tool_DEPENDENCIES) $(EXTRA_mouse_dpi…
493 @rm -f mouse-dpi-tool$(EXEEXT)
509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mouse-dpi-tool.Po@am__quote@ # am--include-marker
721 -rm -f ./$(DEPDIR)/mouse-dpi-tool.Po
771 -rm -f ./$(DEPDIR)/mouse-dpi-tool.Po
/third_party/node/deps/v8/tools/turbolizer/src/
Dresizer.ts142 const x = d3.mouse(this.parentElement)[0];
151 const x = d3.mouse(this.parentElement)[0];
168 const x = d3.mouse(this.parentElement)[0];
177 const x = d3.mouse(this.parentElement)[0];
195 const y = d3.mouse(this.parentElement)[1];
204 const y = d3.mouse(this.parentElement)[1];
/third_party/skia/third_party/externals/icu/source/extra/uconv/samples/utf8/
Dsimplechinese.txt7 …WinCALIS 是 CALIS 的延伸,涵盖了更多的功能。比如:运用视窗 (window) 及滑鼠 (mouse),让教师及学生更为有效地操作;"拼音更正 "(spelling check) 提…
10 …c)及录像机所产生的生动画面融入教学,让课程更为生动活泼。同时WinCALIS提供了不同语言的键盘输入,用者可以很容易地同时使用多种语言,只需透过滑鼠(mouse)来选择即可从一种语言到另一种语言。
/third_party/icu/icu4c/source/extra/uconv/samples/utf8/
Dsimplechinese.txt7 …WinCALIS 是 CALIS 的延伸,涵盖了更多的功能。比如:运用视窗 (window) 及滑鼠 (mouse),让教师及学生更为有效地操作;"拼音更正 "(spelling check) 提…
10 …c)及录像机所产生的生动画面融入教学,让课程更为生动活泼。同时WinCALIS提供了不同语言的键盘输入,用者可以很容易地同时使用多种语言,只需透过滑鼠(mouse)来选择即可从一种语言到另一种语言。
/third_party/glfw/docs/
Dinput.dox264 mouse motion input. By default, the cursor mode is `GLFW_CURSOR_NORMAL`,
268 If you wish to implement mouse motion based camera controls or other input
269 schemes that require unlimited mouse movement, set the cursor mode to
413 If you wish to be notified when a mouse button is pressed or released, set
414 a mouse button callback.
420 The callback function receives the [mouse button](@ref buttons), button action
444 This function only returns cached mouse button event state. It does not poll
445 the system for the current state of the mouse button.
448 If a pressed mouse button is released again before you poll its state, you will have
450 mouse button callback, but there is also the `GLFW_STICKY_MOUSE_BUTTONS`
[all …]
/third_party/python/Doc/library/
Dtkinter.dnd.rst25 #. Top-down search of area under mouse for target widget
52 Inspect area below mouse for target objects while drag is performed.
/third_party/python/Lib/distutils/tests/
DSetup.sample51 mouse src/mouse.c $(SDL) $(DEBUG)
/third_party/libinput/
Dmeson.build303 'src/filter-mouse.c',
722 'test/litest-device-anker-mouse-kbd.c',
741 'test/litest-device-ignored-mouse.c',
754 'test/litest-device-mouse.c',
755 'test/litest-device-mouse-wheel-tilt.c',
756 'test/litest-device-mouse-roccat.c',
757 'test/litest-device-mouse-low-dpi.c',
758 'test/litest-device-mouse-wheel-click-angle.c',
759 'test/litest-device-mouse-wheel-click-count.c',
760 'test/litest-device-ms-nano-transceiver-mouse.c',
[all …]

1234567