class_inputdefault.rst 554 B

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