Consolidate the fact that Input is meant to be final

This reverts #38034 and removes the `iteration()` method.
This commit is contained in:
Pedro J. Estébanez 2022-08-22 14:37:25 +02:00
parent 0c5f254956
commit 99edd4b43d
2 changed files with 9 additions and 14 deletions

View file

@ -767,9 +767,6 @@ Point2i Input::warp_mouse_motion(const Ref<InputEventMouseMotion> &p_motion, con
return rel_warped;
}
void Input::iteration(float p_step) {
}
void Input::action_press(const StringName &p_action, float p_strength) {
Action action;