I just bought the u3dxt plugin and want to display a simple dialog box with a "OK" and "Cancel" buttons.
this makes that happen
`GUIXT.ShowAlert ("Title", "Body", "OK", new string[] { "Cancel" });`
but how to do i know what button was pressed?
↧