mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Ignore hint entries in game controller mapping
This commit is contained in:
parent
2a0de6d88c
commit
e887ebf817
@ -1211,7 +1211,7 @@ void Input::parse_mapping(String p_mapping) {
|
||||
ERR_CONTINUE_MSG(output.length() < 1 || input.length() < 2,
|
||||
String(entry[idx] + "\nInvalid device mapping entry: " + entry[idx]));
|
||||
|
||||
if (output == "platform") {
|
||||
if (output == "platform" || output == "hint") {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user