Gems/Gestures
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <ITimer.h>
|
||||
#include <CryCommon/ITimer.h>
|
||||
#include <CryCommon/ISerialize.h>
|
||||
|
||||
//! Simple stub timer that exposes a single simple interface for setting the current time.
|
||||
class StubTimer
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <CryCommon/BaseTypes.h>
|
||||
#include <CryCommon/platform.h>
|
||||
|
||||
class CTimeValue
|
||||
{
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Gestures_precompiled.h"
|
||||
|
||||
#include <AzCore/Memory/SystemAllocator.h>
|
||||
|
||||
#include "GesturesSystemComponent.h"
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Gestures_precompiled.h"
|
||||
|
||||
#include "GesturesSystemComponent.h"
|
||||
|
||||
#include <AzCore/Serialization/SerializeContext.h>
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <platform.h>
|
||||
#include <ISerialize.h>
|
||||
@@ -5,7 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Gestures_precompiled.h"
|
||||
#include <InputChannelGesture.h>
|
||||
#include <AzCore/Serialization/SerializeContext.h>
|
||||
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Gestures_precompiled.h"
|
||||
|
||||
#include "InputChannelGestureClickOrTap.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Gestures_precompiled.h"
|
||||
|
||||
#include "InputChannelGestureDrag.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Gestures_precompiled.h"
|
||||
|
||||
#include "InputChannelGestureHold.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Gestures_precompiled.h"
|
||||
|
||||
#include "InputChannelGesturePinch.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Gestures_precompiled.h"
|
||||
|
||||
#include "InputChannelGestureRotate.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Gestures_precompiled.h"
|
||||
|
||||
#include "InputChannelGestureSwipe.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Gestures_precompiled.h"
|
||||
|
||||
#include "InputDeviceGestures.h"
|
||||
|
||||
#include <AzFramework/Input/Devices/Mouse/InputDeviceMouse.h>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "Gestures_precompiled.h"
|
||||
|
||||
#include <AzTest/AzTest.h>
|
||||
#include <Mocks/StubTimer.h>
|
||||
#include <Gestures/GestureRecognizerClickOrTap.h>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
#include "Gestures_precompiled.h"
|
||||
|
||||
#include <AzTest/AzTest.h>
|
||||
#include <Mocks/StubTimer.h>
|
||||
#include <Gestures/GestureRecognizerPinch.h>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#
|
||||
|
||||
set(FILES
|
||||
Source/Gestures_precompiled.h
|
||||
Include/Gestures/GestureRecognizerClickOrTap.h
|
||||
Include/Gestures/GestureRecognizerClickOrTap.inl
|
||||
Include/Gestures/GestureRecognizerDrag.h
|
||||
|
||||
Reference in New Issue
Block a user