Преглед на файлове

Merge pull request #5289 from zacryol/notification_input

Rémi Verschelde преди 4 години
родител
ревизия
8be3001fcc
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      tutorials/best_practices/godot_notifications.rst

+ 0 - 4
tutorials/best_practices/godot_notifications.rst

@@ -23,10 +23,6 @@ much so that Godot exposes many of them with dedicated functions:
 
 - ``_physics_process(delta)`` : NOTIFICATION_PHYSICS_PROCESS
 
-- ``_input()`` : NOTIFICATION_INPUT
-
-- ``_unhandled_input()`` : NOTIFICATION_UNHANDLED_INPUT
-
 - ``_draw()`` : NOTIFICATION_DRAW
 
 What users might *not* realize is that notifications exist for types other