diff options
Diffstat (limited to 'core/input')
-rw-r--r-- | core/input/default_controller_mappings.h | 6 | ||||
-rw-r--r-- | core/input/godotcontrollerdb.txt | 4 | ||||
-rw-r--r-- | core/input/input.compat.inc | 6 | ||||
-rw-r--r-- | core/input/input.cpp | 6 | ||||
-rw-r--r-- | core/input/input.h | 6 | ||||
-rw-r--r-- | core/input/input_enums.h | 6 | ||||
-rw-r--r-- | core/input/input_event.cpp | 6 | ||||
-rw-r--r-- | core/input/input_event.h | 6 | ||||
-rw-r--r-- | core/input/input_map.compat.inc | 6 | ||||
-rw-r--r-- | core/input/input_map.cpp | 6 | ||||
-rw-r--r-- | core/input/input_map.h | 6 | ||||
-rw-r--r-- | core/input/shortcut.cpp | 6 | ||||
-rw-r--r-- | core/input/shortcut.h | 6 |
13 files changed, 50 insertions, 26 deletions
diff --git a/core/input/default_controller_mappings.h b/core/input/default_controller_mappings.h index 34e7d5d81f..618ae8a29b 100644 --- a/core/input/default_controller_mappings.h +++ b/core/input/default_controller_mappings.h @@ -2,9 +2,11 @@ /* default_controller_mappings.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/core/input/godotcontrollerdb.txt b/core/input/godotcontrollerdb.txt index 8e8ec4c718..1b67d86072 100644 --- a/core/input/godotcontrollerdb.txt +++ b/core/input/godotcontrollerdb.txt @@ -1,5 +1,5 @@ -# Game Controller DB for Godot in SDL 2.0.16 format -# Source: https://github.com/godotengine/godot +# Game Controller DB for Redot in SDL 2.0.16 format +# Source: https://github.com/Redot-Engine/redot-engine # Windows __XINPUT_DEVICE__,XInput Gamepad,a:b12,b:b13,x:b14,y:b15,start:b4,guide:b10,back:b5,leftstick:b6,rightstick:b7,leftshoulder:b8,rightshoulder:b9,dpup:b0,dpdown:b1,dpleft:b2,dpright:b3,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a4,righttrigger:a5,platform:Windows, diff --git a/core/input/input.compat.inc b/core/input/input.compat.inc index cbc8b1df0f..dacaadf8ce 100644 --- a/core/input/input.compat.inc +++ b/core/input/input.compat.inc @@ -2,9 +2,11 @@ /* input.compat.inc */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/core/input/input.cpp b/core/input/input.cpp index 4117193c8b..0b82292c7c 100644 --- a/core/input/input.cpp +++ b/core/input/input.cpp @@ -2,9 +2,11 @@ /* input.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/core/input/input.h b/core/input/input.h index a189ae7d9a..a4c8bd1d6a 100644 --- a/core/input/input.h +++ b/core/input/input.h @@ -2,9 +2,11 @@ /* input.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/core/input/input_enums.h b/core/input/input_enums.h index 7974ee639d..f6cfebf241 100644 --- a/core/input/input_enums.h +++ b/core/input/input_enums.h @@ -2,9 +2,11 @@ /* input_enums.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/core/input/input_event.cpp b/core/input/input_event.cpp index d125bad252..248b5a8bf7 100644 --- a/core/input/input_event.cpp +++ b/core/input/input_event.cpp @@ -2,9 +2,11 @@ /* input_event.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/core/input/input_event.h b/core/input/input_event.h index 80bca28fbf..b6faac3f54 100644 --- a/core/input/input_event.h +++ b/core/input/input_event.h @@ -2,9 +2,11 @@ /* input_event.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/core/input/input_map.compat.inc b/core/input/input_map.compat.inc index da4bd962b6..d2364045d3 100644 --- a/core/input/input_map.compat.inc +++ b/core/input/input_map.compat.inc @@ -2,9 +2,11 @@ /* input_map.compat.inc */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/core/input/input_map.cpp b/core/input/input_map.cpp index 6378f18545..553de4af9c 100644 --- a/core/input/input_map.cpp +++ b/core/input/input_map.cpp @@ -2,9 +2,11 @@ /* input_map.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/core/input/input_map.h b/core/input/input_map.h index 45798490f7..1a2e378d79 100644 --- a/core/input/input_map.h +++ b/core/input/input_map.h @@ -2,9 +2,11 @@ /* input_map.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/core/input/shortcut.cpp b/core/input/shortcut.cpp index cdc6e2e8f7..6b90391b65 100644 --- a/core/input/shortcut.cpp +++ b/core/input/shortcut.cpp @@ -2,9 +2,11 @@ /* shortcut.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ diff --git a/core/input/shortcut.h b/core/input/shortcut.h index 4109e31f23..196b9c7857 100644 --- a/core/input/shortcut.h +++ b/core/input/shortcut.h @@ -2,9 +2,11 @@ /* shortcut.h */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ |