flatpak / libportal

libportal - Flatpak portal library
https://libportal.org
GNU Lesser General Public License v3.0
80 stars 39 forks source link

Improve documentation for Session.pointer_button() #151

Open eyekay-gh opened 4 months ago

eyekay-gh commented 4 months ago

On https://libportal.org/method.Session.pointer_button.html, the parameters section lists the button parameter as being an int with no further details.

However, as per https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.RemoteDesktop.html#org-freedesktop-portal-remotedesktop-notifypointerbutton, the button should be a linux evdev code. This should be mentioned in the documentation.