Add screenshot -> clipboard to Ctrl+C hotkey, and add message on screen

This commit is contained in:
adelikat 2012-03-09 17:31:37 +00:00
parent 9716387b2f
commit 4cfceab969
3 changed files with 1932 additions and 1930 deletions

File diff suppressed because it is too large Load Diff

View File

@ -392,6 +392,7 @@ namespace BizHawk.MultiClient
{
System.Windows.Forms.Clipboard.SetImage(img);
}
Global.RenderPanel.AddMessage("Screenshot saved to clipboard.");
}
private void savestate1toolStripMenuItem_Click(object sender, EventArgs e) { SaveState("QuickSave1"); }

View File

@ -20,7 +20,7 @@ namespace BizHawk.MultiClient
public partial class MainForm : Form
{
public bool INTERIM = true;
public bool INTERIM = false;
public const string EMUVERSION = "BizHawk v1.0.0";
private Control renderTarget;
private RetainedViewportPanel retainedPanel;