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
MouseButton.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
using
System
;
4
5
namespace
SiliconStudio.
Paradox
.Input
6
{
7
/// <summary>
8
/// Mouse buttons.
9
/// </summary>
10
public
enum
MouseButton
11
{
12
/// <summary>
13
/// Left button.
14
/// </summary>
15
Left = 0,
16
17
/// <summary>
18
/// Middle button.
19
/// </summary>
20
Middle = 1,
21
22
/// <summary>
23
/// Right button.
24
/// </summary>
25
Right = 2,
26
27
/// <summary>
28
/// Extended button 1.
29
/// </summary>
30
Extended1
= 3,
31
32
/// <summary>
33
/// Extended button 2.
34
/// </summary>
35
Extended2
= 4
36
}
37
}
SiliconStudio.Paradox.Input.MouseButton
MouseButton
Mouse buttons.
Definition:
MouseButton.cs:10
SiliconStudio.Shaders.Parser.System
A system file.
SiliconStudio.Paradox.Input.Extended1
Extended button 1.
SiliconStudio.Paradox.Graphics.Paradox
Paradox image file.
SiliconStudio.Paradox.Input.Extended2
Extended button 2.
sources
engine
SiliconStudio.Paradox.Input
MouseButton.cs
Generated on Sat Dec 20 2014 21:51:56 for Paradox Game Engine by
1.8.7