Add screenshot -> clipboard to Ctrl+C hotkey, and add message on screen
This commit is contained in:
parent
9716387b2f
commit
4cfceab969
File diff suppressed because it is too large
Load Diff
|
@ -392,6 +392,7 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
System.Windows.Forms.Clipboard.SetImage(img);
|
System.Windows.Forms.Clipboard.SetImage(img);
|
||||||
}
|
}
|
||||||
|
Global.RenderPanel.AddMessage("Screenshot saved to clipboard.");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void savestate1toolStripMenuItem_Click(object sender, EventArgs e) { SaveState("QuickSave1"); }
|
private void savestate1toolStripMenuItem_Click(object sender, EventArgs e) { SaveState("QuickSave1"); }
|
||||||
|
|
|
@ -20,7 +20,7 @@ namespace BizHawk.MultiClient
|
||||||
|
|
||||||
public partial class MainForm : Form
|
public partial class MainForm : Form
|
||||||
{
|
{
|
||||||
public bool INTERIM = true;
|
public bool INTERIM = false;
|
||||||
public const string EMUVERSION = "BizHawk v1.0.0";
|
public const string EMUVERSION = "BizHawk v1.0.0";
|
||||||
private Control renderTarget;
|
private Control renderTarget;
|
||||||
private RetainedViewportPanel retainedPanel;
|
private RetainedViewportPanel retainedPanel;
|
||||||
|
|
Loading…
Reference in New Issue