Artemis.Engine.Input.KeyboardInput.KeyboardInput C# (CSharp) Method

KeyboardInput() static private method

static private KeyboardInput ( ) : System.Collections.Generic
return System.Collections.Generic
        static KeyboardInput()
        {
            AllKeys = Reflection.EnumItems<Keys>();
        }