GUI_APP_MAIN { TopWindow win; Label lbl; win << lbl.SizePos(); TimeCallback cb; cb.Set(-20, [&] { lbl = AsString(GetMousePos()); }); win.Execute(); }
Report message to a moderator