Asteroids.Classes.KeyBindingsMenu.GetBackKeyPress C# (CSharp) Method

GetBackKeyPress() public method

public GetBackKeyPress ( ) : bool
return bool
        public bool GetBackKeyPress()
        {
            return keyBindingsContent.GetBackKeyPress();
        }