Paradox Game Engine
v1.0.0 beta06
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
GestureShape.cs
Go to the documentation of this file.
1
// Copyright (c) 2014 Silicon Studio Corp. (http://siliconstudio.co.jp)
2
// This file is distributed under GPL v3. See LICENSE.md for details.
3
namespace
SiliconStudio.
Paradox
.Input
4
{
5
/// <summary>
6
/// Gesture possible shapes.
7
/// </summary>
8
public
enum
GestureShape
9
{
10
/// <summary>
11
/// Represent a gesture that has its shape along the horizontal axis.
12
/// </summary>
13
Horizontal
,
14
/// <summary>
15
/// Represent a gesture that has its shape along the vertical axis.
16
/// </summary>
17
Vertical
,
18
/// <summary>
19
/// Represent a gesture that has a random shape.
20
/// </summary>
21
Free
,
22
}
23
}
SiliconStudio.Paradox.Input.Free
Represent a gesture that has a random shape.
SiliconStudio.Paradox.Input.GestureShape
GestureShape
Gesture possible shapes.
Definition:
GestureShape.cs:8
SiliconStudio.Paradox.Input.Horizontal
Represent a gesture that has its shape along the horizontal axis.
SiliconStudio.Paradox.Graphics.Paradox
Paradox image file.
SiliconStudio.Paradox.Input.Vertical
Represent a gesture that has its shape along the vertical axis.
sources
engine
SiliconStudio.Paradox.Input
GestureShape.cs
Generated on Sat Dec 20 2014 21:51:55 for Paradox Game Engine by
1.8.7