mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
Consolidate the fact that Input is meant to be final
This reverts #38034 and removes the `iteration()` method.
This commit is contained in:
parent
0c5f254956
commit
99edd4b43d
2 changed files with 9 additions and 14 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue