mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
remote-desktop: Clarify the type of keycode for NotifyKeyboardKeycode()
The API for NotifyKeyboardKeycode() does not mention what type of keycode is expected to be submitted. So, clarify in the API that the keycode to submit is expected to be an evdev keycode. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1732>
This commit is contained in:
parent
72cfe9b3fd
commit
9b5fb1b593
@ -81,7 +81,7 @@
|
||||
<!--
|
||||
NotifyKeyboardKeycode:
|
||||
|
||||
A key identified by a keycode was pressed or released
|
||||
A key identified by an evdev keycode was pressed or released
|
||||
-->
|
||||
<method name="NotifyKeyboardKeycode">
|
||||
<arg name="keycode" type="u" direction="in" />
|
||||
|
Loading…
Reference in New Issue
Block a user