è¾log
This commit is contained in:
parent
7b3bc79b15
commit
722d82ee61
@ -206,12 +206,12 @@ public class UniKeyboard : MonoBehaviour, IKeyboard
|
||||
UMAME.instance.mReplayWriter.NextFramebyFrameIdx((int)UMAME.instance.mUniVideoPlayer.mFrame, CurryInpuAllData);
|
||||
|
||||
#if UNITY_EDITOR
|
||||
string ShowKeyNames = string.Empty;
|
||||
foreach (string keyname in GetInputpDataToMotionKey(CurryInpuAllData))
|
||||
{
|
||||
ShowKeyNames += keyname + " |";
|
||||
}
|
||||
Debug.Log("GetPressedKeys=>" + ShowKeyNames);
|
||||
//string ShowKeyNames = string.Empty;
|
||||
//foreach (string keyname in GetInputpDataToMotionKey(CurryInpuAllData))
|
||||
//{
|
||||
// ShowKeyNames += keyname + " |";
|
||||
//}
|
||||
//Debug.Log("GetPressedKeys=>" + ShowKeyNames);
|
||||
#endif
|
||||
return CurryInpuAllData;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user