fix: removed unused function run_input_down

This commit is contained in:
Sara 2025-07-25 01:25:09 +02:00
parent b72474974b
commit 2000c25857

View file

@ -9,9 +9,6 @@ class PlayerInput : public Node {
void _notification(int what); void _notification(int what);
virtual void unhandled_input(Ref<InputEvent> const &event) override; virtual void unhandled_input(Ref<InputEvent> const &event) override;
public:
bool run_input_down() const;
public: public:
static String sig_movement_input; static String sig_movement_input;
static String sig_look_input; static String sig_look_input;