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
KeyEventType.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
/// Used by <see cref="KeyEvent"/>
7
/// </summary>
8
public
enum
KeyEventType
9
{
10
/// <summary>
11
/// A key has been pressed.
12
/// </summary>
13
Pressed
,
14
15
/// <summary>
16
/// A key has been released.
17
/// </summary>
18
Released
19
}
20
}
SiliconStudio.Paradox.Input.Released
A key has been released.
SiliconStudio.Paradox.Graphics.Paradox
Paradox image file.
SiliconStudio.Paradox.Input.Pressed
A key has been pressed.
SiliconStudio.Paradox.Input.KeyEventType
KeyEventType
Used by KeyEvent
Definition:
KeyEventType.cs:8
sources
engine
SiliconStudio.Paradox.Input
KeyEventType.cs
Generated on Sat Dec 20 2014 21:51:55 for Paradox Game Engine by
1.8.7