// Copyright (c) Microsoft Corporation. All rights reserved. #include "WindowsSpatialInputDefinitions.h" const FKey FSpatialInputKeys::TapGesture(TapGestureName); const FKey FSpatialInputKeys::DoubleTapGesture(DoubleTapGestureName); const FKey FSpatialInputKeys::HoldGesture(HoldGestureName); const FKey FSpatialInputKeys::LeftTapGesture(LeftTapGestureName); const FKey FSpatialInputKeys::LeftDoubleTapGesture(LeftDoubleTapGestureName); const FKey FSpatialInputKeys::LeftHoldGesture(LeftHoldGestureName); const FKey FSpatialInputKeys::RightTapGesture(RightTapGestureName); const FKey FSpatialInputKeys::RightDoubleTapGesture(RightDoubleTapGestureName); const FKey FSpatialInputKeys::RightHoldGesture(RightHoldGestureName); const FKey FSpatialInputKeys::LeftManipulationGesture(LeftManipulationGestureName); const FKey FSpatialInputKeys::LeftManipulationXGesture(LeftManipulationXGestureName); const FKey FSpatialInputKeys::LeftManipulationYGesture(LeftManipulationYGestureName); const FKey FSpatialInputKeys::LeftManipulationZGesture(LeftManipulationZGestureName); const FKey FSpatialInputKeys::LeftNavigationGesture(LeftNavigationGestureName); const FKey FSpatialInputKeys::LeftNavigationXGesture(LeftNavigationXGestureName); const FKey FSpatialInputKeys::LeftNavigationYGesture(LeftNavigationYGestureName); const FKey FSpatialInputKeys::LeftNavigationZGesture(LeftNavigationZGestureName); const FKey FSpatialInputKeys::RightManipulationGesture(RightManipulationGestureName); const FKey FSpatialInputKeys::RightManipulationXGesture(RightManipulationXGestureName); const FKey FSpatialInputKeys::RightManipulationYGesture(RightManipulationYGestureName); const FKey FSpatialInputKeys::RightManipulationZGesture(RightManipulationZGestureName); const FKey FSpatialInputKeys::RightNavigationGesture(RightNavigationGestureName); const FKey FSpatialInputKeys::RightNavigationXGesture(RightNavigationXGestureName); const FKey FSpatialInputKeys::RightNavigationYGesture(RightNavigationYGestureName); const FKey FSpatialInputKeys::RightNavigationZGesture(RightNavigationZGestureName);