Home
last modified time | relevance | path

Searched refs:left_handed_toggle (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/src/
Devdev-tablet.c298 if (dispatch->interface->left_handed_toggle) in tablet_change_rotation()
299 dispatch->interface->left_handed_toggle(dispatch, in tablet_change_rotation()
2251 .left_handed_toggle = tablet_left_handed_toggled,
Devdev.h345 void (*left_handed_toggle)(struct evdev_dispatch *dispatch, member
Devdev-mt-touchpad.c2547 if (dispatch->interface->left_handed_toggle) in tp_change_rotation()
2548 dispatch->interface->left_handed_toggle(dispatch, in tp_change_rotation()
2835 .left_handed_toggle = touchpad_left_handed_toggled,