Home
last modified time | relevance | path

Searched refs:touchpad_is_left (Results 1 – 2 of 2) sorted by relevance

/third_party/libinput/src/
Devdev-tablet.c286 bool tablet_is_left, touchpad_is_left; in tablet_change_rotation() local
289 touchpad_is_left = tablet->rotation.touch_device_left_handed_state; in tablet_change_rotation()
291 tablet->rotation.want_rotate = tablet_is_left || touchpad_is_left; in tablet_change_rotation()
Devdev-mt-touchpad.c2549 bool tablet_is_left, touchpad_is_left; in tp_change_rotation() local
2554 touchpad_is_left = device->left_handed.enabled; in tp_change_rotation()
2557 tp->left_handed.want_rotate = touchpad_is_left || tablet_is_left; in tp_change_rotation()