예제 #1
0
 void OnBackGroundKeyEvent(ArcadeIO_Feng.Key k, bool downOrUp)
 {
     DebugLog("��̨����:" + k + (downOrUp ? " ����" : " �ɿ�") );
 }
예제 #2
0
 //IEnumerator _Coro_DebugLog()
 //{
 //    int i = 0;
 //    while (true)
 //    {
 //        DebugLog("TestLog" + (i++));
 //        yield return new WaitForSeconds(0.1F);
 //    }
 //}
 void KeyEvent(int playerIdx, ArcadeIO_Feng.Key k, bool downOrUp)
 {
     DebugLog("����:" + k + (downOrUp ? " ����" : " �ɿ�") + "  �����: " + playerIdx + " ����.");
 }