From e436ce272ecdd5cf89a410ab739be7a47baef4f9 Mon Sep 17 00:00:00 2001 From: yyagi Date: Wed, 20 Apr 2011 07:56:02 +0000 Subject: [PATCH] =?utf8?q?#23708=20=E5=89=AF=E4=BD=9C=E7=94=A8=E3=81=8C?= =?utf8?q?=E8=A6=8B=E3=81=A4=E3=81=8B=E3=82=8A=E4=BF=AE=E6=AD=A3=E3=82=B3?= =?utf8?q?=E3=83=BC=E3=83=89=E3=82=92=E5=89=8A=E9=99=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@158 16f42ceb-6dc6-49c8-ba94-f2d53467949d --- .../コード/02.入力/CInputKeyboard.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/FDK17プロジェクト/コード/02.入力/CInputKeyboard.cs b/FDK17プロジェクト/コード/02.入力/CInputKeyboard.cs index fa7c0f96..5f3c3cae 100644 --- a/FDK17プロジェクト/コード/02.入力/CInputKeyboard.cs +++ b/FDK17プロジェクト/コード/02.入力/CInputKeyboard.cs @@ -158,15 +158,15 @@ namespace FDK //----------------------------- #endregion } - #region [#23708 2011.4.8 yyagi Altが押されているときは、Enter押下情報を削除する] - if ( this.bKeyState[ (int) SlimDX.DirectInput.Key.RightAlt ] || - this.bKeyState[ (int) SlimDX.DirectInput.Key.LeftAlt ] ) - { - int cr = (int) SlimDX.DirectInput.Key.Return; - this.bKeyPushDown[ cr ] = false; - this.bKeyPullUp[ cr ] = false; - this.bKeyState[ cr ] = false; - } + #region [#23708 2011.4.8 yyagi Altが押されているときは、Enter押下情報を削除する -> 副作用が見つかり削除] + //if ( this.bKeyState[ (int) SlimDX.DirectInput.Key.RightAlt ] || + // this.bKeyState[ (int) SlimDX.DirectInput.Key.LeftAlt ] ) + //{ + // int cr = (int) SlimDX.DirectInput.Key.Return; + // this.bKeyPushDown[ cr ] = false; + // this.bKeyPullUp[ cr ] = false; + // this.bKeyState[ cr ] = false; + //} #endregion } } -- 2.11.0