示例#1
0
            public override bool OnMouseDoubleClick(Vector2 location, MouseButton buttons)
            {
                // Show the location
                ScriptsBuilder.OpenFile(Desc.LocationFile, Desc.LocationLine);

                return(true);
            }
示例#2
0
 /// <summary>
 /// Opens the file.
 /// </summary>
 /// <param name="path">The source file path.</param>
 public void OpenFile(string path)
 {
     ScriptsBuilder.OpenFile(path);
 }