mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 22:53:51 +02:00
Exit HelloGUI app using standard Break procedure call
This commit is contained in:
@@ -28,6 +28,6 @@ begin
|
||||
GetKey;
|
||||
BUTTON_EVENT:
|
||||
if GetButton.ID = 1 then
|
||||
TerminateThread;
|
||||
Break;
|
||||
end;
|
||||
end.
|
||||
|
Reference in New Issue
Block a user