Use Key enum instead of plain integers
This commit is contained in:
parent
18bd0fee5a
commit
fa3a32a2d6
43 changed files with 173 additions and 102 deletions
|
|
@ -2457,7 +2457,7 @@ static bool is_shortcut_pressed(const String &p_path) {
|
|||
return false;
|
||||
}
|
||||
const Input &input = *Input::get_singleton();
|
||||
int keycode = k->get_keycode();
|
||||
Key keycode = k->get_keycode();
|
||||
return input.is_key_pressed(keycode);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue