コード例 #1
0
        // Input methods, should be called in monmobehaviour update methods.
        public static void CatchFreshGameControlButtonsPressed()
        {
            KeyForLeft.Refresh();
            KeyForRight.Refresh();
            KeyForJump.Refresh();

            KeyForMusic.Refresh();
            KeyForPause.Refresh();
            KeyForGameStart.Refresh();
            KeyForQuit.Refresh();
        }