Jypeli 10
The simple game programming library
Key.cs tiedostoreferenssi

Siirry tämän tiedoston lähdekoodiin.

Nimiavaruudet

namespace  Jypeli
 

Luettelotyypit

enum  Jypeli.Key {
  Jypeli.None = Keys.None , Jypeli.Back = Keys.Back , Jypeli.Tab = Keys.Tab , Jypeli.Enter = Keys.Enter ,
  Jypeli.Pause = Keys.Pause , Jypeli.CapsLock = Keys.CapsLock , Jypeli.Escape = Keys.Escape , Jypeli.Space = Keys.Space ,
  Jypeli.PageUp = Keys.PageUp , Jypeli.PageDown = Keys.PageDown , Jypeli.End = Keys.End , Jypeli.Home = Keys.Home ,
  Jypeli.Left = Keys.Left , Jypeli.Up = Keys.Up , Jypeli.Right = Keys.Right , Jypeli.Down = Keys.Down ,
  Jypeli.PrintScreen = Keys.PrintScreen , Jypeli.Insert = Keys.Insert , Jypeli.Delete = Keys.Delete , Jypeli.D0 = Keys.D0 ,
  Jypeli.D1 = Keys.D1 , Jypeli.D2 = Keys.D2 , Jypeli.D3 = Keys.D3 , Jypeli.D4 = Keys.D4 ,
  Jypeli.D5 = Keys.D5 , Jypeli.D6 = Keys.D6 , Jypeli.D7 = Keys.D7 , Jypeli.D8 = Keys.D8 ,
  Jypeli.D9 = Keys.D9 , Jypeli.A = Keys.A , Jypeli.B = Keys.B , Jypeli.C = Keys.C ,
  Jypeli.D = Keys.D , Jypeli.E = Keys.E , Jypeli.F = Keys.F , Jypeli.G = Keys.G ,
  Jypeli.H = Keys.H , Jypeli.I = Keys.I , Jypeli.J = Keys.J , Jypeli.K = Keys.K ,
  Jypeli.L = Keys.L , Jypeli.M = Keys.M , Jypeli.N = Keys.N , Jypeli.O = Keys.O ,
  Jypeli.P = Keys.P , Jypeli.Q = Keys.Q , Jypeli.R = Keys.R , Jypeli.S = Keys.S ,
  Jypeli.T = Keys.T , Jypeli.U = Keys.U , Jypeli.V = Keys.V , Jypeli.W = Keys.W ,
  Jypeli.X = Keys.X , Jypeli.Y = Keys.Y , Jypeli.Z = Keys.Z , Jypeli.NumPad0 = Keys.NumPad0 ,
  Jypeli.NumPad1 = Keys.NumPad1 , Jypeli.NumPad2 = Keys.NumPad2 , Jypeli.NumPad3 = Keys.NumPad3 , Jypeli.NumPad4 = Keys.NumPad4 ,
  Jypeli.NumPad5 = Keys.NumPad5 , Jypeli.NumPad6 = Keys.NumPad6 , Jypeli.NumPad7 = Keys.NumPad7 , Jypeli.NumPad8 = Keys.NumPad8 ,
  Jypeli.NumPad9 = Keys.NumPad9 , Jypeli.Multiply = Keys.Multiply , Jypeli.Add = Keys.Add , Jypeli.Separator = Keys.Separator ,
  Jypeli.Subtract = Keys.Subtract , Jypeli.Decimal = Keys.Decimal , Jypeli.Divide = Keys.Divide , Jypeli.F1 = Keys.F1 ,
  Jypeli.F2 = Keys.F2 , Jypeli.F3 = Keys.F3 , Jypeli.F4 = Keys.F4 , Jypeli.F5 = Keys.F5 ,
  Jypeli.F6 = Keys.F6 , Jypeli.F7 = Keys.F7 , Jypeli.F8 = Keys.F8 , Jypeli.F9 = Keys.F9 ,
  Jypeli.F10 = Keys.F10 , Jypeli.F11 = Keys.F11 , Jypeli.F12 = Keys.F12 , Jypeli.F13 = Keys.F13 ,
  Jypeli.F14 = Keys.F14 , Jypeli.F15 = Keys.F15 , Jypeli.F16 = Keys.F16 , Jypeli.F17 = Keys.F17 ,
  Jypeli.F18 = Keys.F18 , Jypeli.F19 = Keys.F19 , Jypeli.F20 = Keys.F20 , Jypeli.F21 = Keys.F21 ,
  Jypeli.F22 = Keys.F22 , Jypeli.F23 = Keys.F23 , Jypeli.F24 = Keys.F24 , Jypeli.NumLock = Keys.NumLock ,
  Jypeli.Scroll = Keys.Scroll , Jypeli.LeftShift = Keys.LeftShift , Jypeli.RightShift = Keys.RightShift , Jypeli.LeftControl = Keys.LeftControl ,
  Jypeli.RightControl = Keys.RightControl , Jypeli.LeftAlt = Keys.LeftAlt , Jypeli.RightAlt = Keys.RightAlt , Jypeli.OemTilde = Keys.OemTilde ,
  Jypeli.OemQuotes = Keys.OemQuotes , Jypeli.Aring = Keys.OemCloseBrackets , Jypeli.Ouml = Keys.OemTilde , Jypeli.Auml = Keys.OemQuotes ,
  Jypeli.OemPlus = Keys.OemPlus , Jypeli.LessOrGreater = Keys.OemBackslash , Jypeli.Period = Keys.OemPeriod , Jypeli.Comma = Keys.OemComma
}
 Näppäimistön näppäin. Lisää...