Input Widget - disable context menu

This commit is contained in:
andres.delikat 2011-02-23 23:39:36 +00:00
parent ea44cfb893
commit da61223e15
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ namespace BizHawk.MultiClient
{ {
public InputWidget() public InputWidget()
{ {
this.ContextMenu = new ContextMenu();
} }
public List<IBinding> Bindings = new List<IBinding>(); public List<IBinding> Bindings = new List<IBinding>();