diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-03-25 19:58:48 -0400 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-06-20 11:53:01 -0400 |
commit | e919d894f84ea86ee43a3e1b8a675b9fec28f01c (patch) | |
tree | 56108ded1c02939ead6dcf9f06950fb24b6cead5 /core/core_constants.cpp | |
parent | 1acc76fecc9e613724c920633af6bae059444030 (diff) | |
download | redot-engine-e919d894f84ea86ee43a3e1b8a675b9fec28f01c.tar.gz |
Move many input enums to their own file
Diffstat (limited to 'core/core_constants.cpp')
-rw-r--r-- | core/core_constants.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/core_constants.cpp b/core/core_constants.cpp index 7fc09fc3a6..9f5f8f733f 100644 --- a/core/core_constants.cpp +++ b/core/core_constants.cpp @@ -106,10 +106,6 @@ static Vector<_CoreConstant> _global_constants; VARIANT_ENUM_CAST(Key); VARIANT_ENUM_CAST(KeyModifierMask); -VARIANT_ENUM_CAST(MouseButton); -VARIANT_ENUM_CAST(JoyButton); -VARIANT_ENUM_CAST(JoyAxis); -VARIANT_ENUM_CAST(MIDIMessage); void register_global_constants() { BIND_CORE_ENUM_CONSTANT(SIDE_LEFT); |