class_inputdefault.rst 619 B

123456789101112131415161718192021222324
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the InputDefault.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_InputDefault:
  5. InputDefault
  6. ============
  7. **Inherits:** :ref:`Input<class_input>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Default implementation of the :ref:`Input<class_input>` class.
  12. Description
  13. -----------
  14. Default implementation of the :ref:`Input<class_input>` class, used internally by the editor and games for default input management.