We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c27425 commit b05a7a9Copy full SHA for b05a7a9
SJ3.PAS
@@ -2453,10 +2453,11 @@ begin
2453
if (SDLPort.KeyPressed) then
2454
begin
2455
SDLPort.WaitForKeyPress(ch,ch2);
2456
+ ch:=upcase(ch);
2457
end;
2458
if (ch=#0) and (Ch2=#68) then begin cupslut:=true; ch:=#27; end;
2459
if (Ch=#27) or (Ch=#13) then Out:=True;
- if (Ch='p') then SDLPort.WaitForKeyPress(ch,ch2);
2460
+ if (Ch='P') then SDLPort.WaitForKeyPress(ch,ch2);
2461
2462
DeltaX:=Maki.X;
2463
DeltaY:=Maki.Y;
0 commit comments