summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-10-01 11:53:01 +0200
committerGitHub <noreply@github.com>2021-10-01 11:53:01 +0200
commita7011fa29488f5356949667eb8e2b296cbbd9923 (patch)
tree2b8cd4b339ef65f25c57f2d637a3c7bc8fe26724 /doc
parent769691ab53f46763582a46df8c4583f9ba1a944f (diff)
parent650e63a7ca433e70ab458893f1dcbb8820278d86 (diff)
Merge pull request #52684 from Frixuu/master
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/DisplayServer.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml
index 4f495eaec9..7eff8db59c 100644
--- a/doc/classes/DisplayServer.xml
+++ b/doc/classes/DisplayServer.xml
@@ -276,6 +276,14 @@
[b]Note:[/b] This method is implemented on Linux, macOS and Windows.
</description>
</method>
+ <method name="keyboard_get_keycode_from_physical" qualifiers="const">
+ <return type="int" enum="Key" />
+ <argument index="0" name="keycode" type="int" enum="Key" />
+ <description>
+ Converts a physical (US QWERTY) [code]keycode[/code] to one in the active keyboard layout.
+ [b]Note:[/b] This method is implemented on Linux, macOS and Windows.
+ </description>
+ </method>
<method name="keyboard_get_layout_count" qualifiers="const">
<return type="int" />
<description>