mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2024-11-09 09:40:27 +01:00
Exit HelloGUI app using standard Break procedure call
This commit is contained in:
parent
73d3f78bdf
commit
5481451551
@ -28,6 +28,6 @@ begin
|
||||
GetKey;
|
||||
BUTTON_EVENT:
|
||||
if GetButton.ID = 1 then
|
||||
TerminateThread;
|
||||
Break;
|
||||
end;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user