fix: removed unused function run_input_down
This commit is contained in:
parent
b72474974b
commit
2000c25857
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue