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
f09f0b85fa
commit
3c40bcf340
@ -2732,7 +2732,7 @@ begin
|
||||
|
||||
lastFocusLostTime:=Now();
|
||||
SimpleGet( baseUrl + '/api/control/mouse/buttonstate/1' );
|
||||
Delay(50);
|
||||
Sleep(50);
|
||||
SimpleGet( baseUrl + '/api/control/mouse/buttonstate/0' );
|
||||
end;
|
||||
ReposWindow;
|
||||
@ -2884,10 +2884,10 @@ begin
|
||||
VK_BACK:
|
||||
if isCtrl and isShift then
|
||||
Result := 0;
|
||||
13: begin
|
||||
if isAlt or isShift or isCtrl then
|
||||
Result := 0;
|
||||
end;
|
||||
VK_RETURN: begin
|
||||
if not isAlt then
|
||||
Result := 13;
|
||||
end;
|
||||
VK_SHIFT: Result := 0;
|
||||
VK_CAPITAL: begin
|
||||
if KeyUp then
|
||||
|
Loading…
Reference in New Issue
Block a user