startingpointinput_files.cmake 757 B

123456789101112131415161718192021222324
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Include/StartingPointInput/InputEventRequestBus.h
  10. Include/StartingPointInput/InputEventNotificationBus.h
  11. Source/Deprecated/InputNode.h
  12. Source/Deprecated/InputNode.ScriptCanvasGrammar.xml
  13. Source/InputConfigurationComponent.h
  14. Source/InputConfigurationComponent.cpp
  15. Source/InputEventBindings.h
  16. Source/InputEventGroup.h
  17. Source/InputEventMap.h
  18. Source/InputEventMap.cpp
  19. Source/InputHandlerNodeable.h
  20. Source/InputHandlerNodeable.cpp
  21. Source/InputHandlerNodeable.ScriptCanvasNodeable.xml
  22. )