Home
last modified time | relevance | path

Searched refs:libinput_tablet_tool_has_wheel (Results 1 – 12 of 12) sorted by relevance

/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-input-device-tool-native.c65 if (libinput_tablet_tool_has_wheel (tool)) in translate_axes()
H A Dmeta-seat-impl.c1862 if (libinput_tablet_tool_has_wheel (libinput_tool)) in translate_tablet_axes()
/dports/x11/libinput/libinput-1.12.6/src/
H A Dlibinput.sym229 libinput_tablet_tool_has_wheel;
H A Dlibinput.h2526 libinput_tablet_tool_has_wheel(struct libinput_tablet_tool *tool);
H A Dlibinput.c1549 libinput_tablet_tool_has_wheel(struct libinput_tablet_tool *tool) in libinput_tablet_tool_has_wheel() function
/dports/x11/libinput/libinput-1.12.6/tools/
H A Dlibinput-debug-events.c411 if (libinput_tablet_tool_has_wheel(tool)) { in print_tablet_axes()
582 if (libinput_tablet_tool_has_wheel(tool)) in print_proximity_event()
H A Dlibinput-record.c784 if (libinput_tablet_tool_has_wheel(tool)) { in buffer_tablet_axes()
876 if (libinput_tablet_tool_has_wheel(tool)) in buffer_tablet_tool_proximity_event()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/libinput/
H A Dtablet_tool.c144 ret->wlr_tool.wheel = libinput_tablet_tool_has_wheel(tool); in get_wlr_tablet_tool()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/libinput/
H A Dconnection.cpp306 if (libinput_tablet_tool_has_wheel(tool)) { in createTabletId()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/evdev/
H A Dclutter-input-device-evdev.c190 if (libinput_tablet_tool_has_wheel (evdev_tool->tool)) in clutter_input_device_evdev_update_from_tool()
H A Dclutter-device-manager-evdev.c1112 if (libinput_tablet_tool_has_wheel (libinput_tool)) in translate_tablet_axes()
/dports/x11/libinput/libinput-1.12.6/test/
H A Dtest-tablet.c2855 ck_assert(libinput_tablet_tool_has_wheel(tool)); in START_TEST()