Updated GUI API (markdown)

IgorTimofeev 2020-01-22 22:32:38 +03:00
parent 6fb5fbeb5e
commit dbe1574814

@ -245,7 +245,7 @@ local workspace = GUI.workspace()
-- Create simple event handler for it
workspace.eventHandler = function(workspace, object, ...)
print("It works! The event data was: ", ...)
GUI.alert("It works! The event data was: ", ...)
end
--------------------------------------------------------------------------------