This delay appears to help

This commit is contained in:
mysticbbs 2012-09-23 02:27:08 -04:00
parent 4444ebccbd
commit 107d9ca722
2 changed files with 5 additions and 5 deletions

View File

@ -215,7 +215,7 @@ Begin
CASE ch OF
#27: begin
State:=1;
//WaitMS(10);
WaitMS(10);
{ This has to be sysKeyPressed and not "keyPressed", since after }
@ -383,7 +383,7 @@ Begin
255 : ;
end;
if State<>0 then
{WaitMS(10)};
WaitMS(10);
end;
if State=1 then
PushKey(ch);

View File

@ -201,7 +201,7 @@ Begin
CASE ch OF
#27: begin
State:=1;
//WaitMS(10);
WaitMS(10);
{ This has to be sysKeyPressed and not "keyPressed", since after }
@ -326,7 +326,7 @@ Begin
255 : ;
end;
if State<>0 then
{WaitMS(10)};
WaitMS(10);
end;
if State=1 then
PushKey(ch);
@ -337,4 +337,4 @@ Begin
ReadKey:=PopKey;
End;
End.
End.