mirror of
https://github.com/paleotronic/microm8-gui.git
synced 2024-11-25 17:42:21 +00:00
fix cr
This commit is contained in:
parent
3c40bcf340
commit
a8a5c454f0
@ -2886,7 +2886,9 @@ begin
|
||||
Result := 0;
|
||||
VK_RETURN: begin
|
||||
if not isAlt then
|
||||
Result := 13;
|
||||
Result := 13
|
||||
else
|
||||
Result := 0;
|
||||
end;
|
||||
VK_SHIFT: Result := 0;
|
||||
VK_CAPITAL: begin
|
||||
|
4
main.pas
4
main.pas
@ -2731,9 +2731,7 @@ begin
|
||||
lastShowTime := Now();
|
||||
|
||||
lastFocusLostTime:=Now();
|
||||
SimpleGet( baseUrl + '/api/control/mouse/buttonstate/1' );
|
||||
Sleep(50);
|
||||
SimpleGet( baseUrl + '/api/control/mouse/buttonstate/0' );
|
||||
SimpleGet( baseUrl + '/api/control/mouse/buttonclick' );
|
||||
end;
|
||||
ReposWindow;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user