-Fix the "set_val" call deferred, it was the only one.. closes #8742
-Removed redundant bind in input_event
This commit is contained in:
parent
d093b78f12
commit
afcce9eb12
2 changed files with 2 additions and 2 deletions
|
|
@ -816,7 +816,7 @@ void InputEventAction::_bind_methods() {
|
|||
ClassDB::bind_method(D_METHOD("set_pressed", "pressed"), &InputEventAction::set_pressed);
|
||||
//ClassDB::bind_method(D_METHOD("is_pressed"), &InputEventAction::is_pressed);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("is_action", "name"), &InputEventAction::is_action);
|
||||
// ClassDB::bind_method(D_METHOD("is_action", "name"), &InputEventAction::is_action);
|
||||
|
||||
ADD_PROPERTY(PropertyInfo(Variant::STRING, "action"), "set_action", "get_action");
|
||||
ADD_PROPERTY(PropertyInfo(Variant::BOOL, "pressed"), "set_pressed", "is_pressed");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue