|
@@ -45,7 +45,7 @@ public class UICallManager : MonoSingleton<UICallManager>,IController
|
|
|
}
|
|
|
private void AnyUp(InputKeyCode keyCode, InputDevicePartBase part)
|
|
|
{
|
|
|
- Debug.Log("DGJ ====> AnyUp " + keyCode.ToString());
|
|
|
+
|
|
|
|
|
|
if (part.PartType == InputDevicePartType.KSRight )
|
|
|
{
|
|
@@ -185,7 +185,7 @@ public class UICallManager : MonoSingleton<UICallManager>,IController
|
|
|
private void AnyDown(InputKeyCode keyCode, InputDevicePartBase part)
|
|
|
{
|
|
|
|
|
|
- Debug.Log("DGJ ====> AnyDown " + keyCode.ToString());
|
|
|
+
|
|
|
|
|
|
|
|
|
if (part.PartType == InputDevicePartType.KSRight)
|