Skip to content

[BUG] Touch gestures are not aware of device orientation #14

@NICHOLAS85

Description

@NICHOLAS85

Currently, all touch gestures are recognized based on the device's initial orientation. This becomes problematic for users who plan on using their device in different orientations and expect the gestures to adjust accordingly.
Libinput, as far as I'm aware, does not provide accelerometer data or device orientation data which could be used to change gestures accordingly.
One way of fixing this behavior is by reading accelerometer data through X11 like https://github.com/GuLinux/ScreenRotator does so.

The knowledge required to implement this functionality is above my skill level for now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions