Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* XNA KEYLIST:
- * https://msdn.microsoft.com/en-us/library/microsoft.xna.framework.input.keys.aspx
- *
- * Keys.Escape
- * Keys.F1 - F12
- *
- * Keys.OemPipe
- * Keys.D1 - D0 (Numericals)
- * Keys.OemPlus
- * Keys.OemOpenBrackets (\ NOR)
- * Keys.OemBackslash
- * Keys.Back
- *
- * Keys.A - Z
- * Keys.OemCloseBrackets (Å NOR)
- * Keys.OemSemicolon (¨ NOR)
- * Keys.OemTilde (Ø NOR)
- * Keys.OemQuotes (Æ NOR)
- * Keys.OemQuestion (' (apostrophe) NOR)
- * Keys.Tab
- * Keys.CapsLock
- * Keys.Enter
- *
- * Keys.LeftShift
- * Keys.OemPeriod
- * Keys.OemComma
- * Keys.OemMinus
- * Keys.RightShift
- *
- * Keys.LeftControl
- * Keys.LeftAlt
- * Keys.Space
- * Keys.RightAlt
- * Keys.RightControl
- *
- * Keys.PrintScreen
- * Keys.Scroll
- * Keys.Pause
- *
- * Keys.Insert
- * Keys.Delete
- * Keys.Home
- * Keys.End
- * Keys.PageUp
- * Keys.PageDown
- *
- * Keys.NumLock
- * Keys.NumPad1 - NumPad0
- * Keys.Add
- * Keys.Subtract
- * Keys.Divide
- * Keys.Multiply
- * Keys.Decimal
- *
- * Keys.Up
- * Keys.Down
- * Keys.Left
- * Keys.Right
- *
- */
Advertisement
Add Comment
Please, Sign In to add comment