Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
InputManager.Windows.WindowsRuntime.Keys.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 #if SILICONSTUDIO_PLATFORM_WINDOWS_RUNTIME
4 namespace SiliconStudio.Paradox.Input
5 {
6  public partial class InputManager
7  {
8  enum WinFormsKeys
9  {
10  Modifiers = -65536,
11  None = 0,
12  LButton = 1,
13  RButton = 2,
14  Cancel = 3,
15  MButton = 4,
16  XButton1 = 5,
17  XButton2 = 6,
18  Back = 8,
19  Tab = 9,
20  LineFeed = 10,
21  Clear = 12,
22  Enter = 13,
23  Return = 13,
24  ShiftKey = 16,
25  ControlKey = 17,
26  Menu = 18,
27  Pause = 19,
28  CapsLock = 20,
29  Capital = 20,
30  KanaMode = 21,
31  HanguelMode = 21,
32  HangulMode = 21,
33  JunjaMode = 23,
34  FinalMode = 24,
35  KanjiMode = 25,
36  HanjaMode = 25,
37  Escape = 27,
38  IMEConvert = 28,
39  IMENonconvert = 29,
40  IMEAceept = 30,
41  IMEAccept = 30,
42  IMEModeChange = 31,
43  Space = 32,
44  Prior = 33,
45  PageUp = 33,
46  Next = 34,
47  PageDown = 34,
48  End = 35,
49  Home = 36,
50  Left = 37,
51  Up = 38,
52  Right = 39,
53  Down = 40,
54  Select = 41,
55  Print = 42,
56  Execute = 43,
57  PrintScreen = 44,
58  Snapshot = 44,
59  Insert = 45,
60  Delete = 46,
61  Help = 47,
62  D0 = 48,
63  D1 = 49,
64  D2 = 50,
65  D3 = 51,
66  D4 = 52,
67  D5 = 53,
68  D6 = 54,
69  D7 = 55,
70  D8 = 56,
71  D9 = 57,
72  A = 65,
73  B = 66,
74  C = 67,
75  D = 68,
76  E = 69,
77  F = 70,
78  G = 71,
79  H = 72,
80  I = 73,
81  J = 74,
82  K = 75,
83  L = 76,
84  M = 77,
85  N = 78,
86  O = 79,
87  P = 80,
88  Q = 81,
89  R = 82,
90  S = 83,
91  T = 84,
92  U = 85,
93  V = 86,
94  W = 87,
95  X = 88,
96  Y = 89,
97  Z = 90,
98  LWin = 91,
99  RWin = 92,
100  Apps = 93,
101  Sleep = 95,
102  NumPad0 = 96,
103  NumPad1 = 97,
104  NumPad2 = 98,
105  NumPad3 = 99,
106  NumPad4 = 100,
107  NumPad5 = 101,
108  NumPad6 = 102,
109  NumPad7 = 103,
110  NumPad8 = 104,
111  NumPad9 = 105,
112  Multiply = 106,
113  Add = 107,
114  Separator = 108,
115  Subtract = 109,
116  Decimal = 110,
117  Divide = 111,
118  F1 = 112,
119  F2 = 113,
120  F3 = 114,
121  F4 = 115,
122  F5 = 116,
123  F6 = 117,
124  F7 = 118,
125  F8 = 119,
126  F9 = 120,
127  F10 = 121,
128  F11 = 122,
129  F12 = 123,
130  F13 = 124,
131  F14 = 125,
132  F15 = 126,
133  F16 = 127,
134  F17 = 128,
135  F18 = 129,
136  F19 = 130,
137  F20 = 131,
138  F21 = 132,
139  F22 = 133,
140  F23 = 134,
141  F24 = 135,
142  NumLock = 144,
143  Scroll = 145,
144  LShiftKey = 160,
145  RShiftKey = 161,
146  LControlKey = 162,
147  RControlKey = 163,
148  LMenu = 164,
149  RMenu = 165,
150  BrowserBack = 166,
151  BrowserForward = 167,
152  BrowserRefresh = 168,
153  BrowserStop = 169,
154  BrowserSearch = 170,
155  BrowserFavorites = 171,
156  BrowserHome = 172,
157  VolumeMute = 173,
158  VolumeDown = 174,
159  VolumeUp = 175,
160  MediaNextTrack = 176,
161  MediaPreviousTrack = 177,
162  MediaStop = 178,
163  MediaPlayPause = 179,
164  LaunchMail = 180,
165  SelectMedia = 181,
166  LaunchApplication1 = 182,
167  LaunchApplication2 = 183,
168  Oem1 = 186,
169  OemSemicolon = 186,
170  Oemplus = 187,
171  Oemcomma = 188,
172  OemMinus = 189,
173  OemPeriod = 190,
174  OemQuestion = 191,
175  Oem2 = 191,
176  Oemtilde = 192,
177  Oem3 = 192,
178  Oem4 = 219,
179  OemOpenBrackets = 219,
180  OemPipe = 220,
181  Oem5 = 220,
182  Oem6 = 221,
183  OemCloseBrackets = 221,
184  Oem7 = 222,
185  OemQuotes = 222,
186  Oem8 = 223,
187  Oem102 = 226,
188  OemBackslash = 226,
189  ProcessKey = 229,
190  Packet = 231,
191  Attn = 246,
192  Crsel = 247,
193  Exsel = 248,
194  EraseEof = 249,
195  Play = 250,
196  Zoom = 251,
197  NoName = 252,
198  Pa1 = 253,
199  OemClear = 254,
200  KeyCode = 65535,
201  Shift = 65536,
202  Control = 131072,
203  Alt = 262144,
204  }
205  }
206 }
207 #endif
Searchg files going upward in the directory hierarchy.
Search files in all sub-directories.
The dialog has been closed by a cancellation from the user.
The object is behind the plane.