Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-08-21 00:37:52 +02:00
parent a438389c1f
commit 0ce22eb52b
249 changed files with 10123 additions and 1540 deletions

View File

@@ -48,6 +48,11 @@ Description
Stores key presses on the keyboard. Supports key presses, key releases and :ref:`echo<class_InputEventKey_echo>` events.
Tutorials
---------
- :doc:`../tutorials/inputs/inputevent`
Member Function Description
---------------------------
@@ -55,4 +60,6 @@ Member Function Description
- :ref:`int<class_int>` **get_scancode_with_modifiers** **(** **)** const
Returns the scancode combined with modifier keys such as ``Shift`` or ``Alt``. See also :ref:`InputEventWithModifiers<class_inputeventwithmodifiers>`.