Input Widget - disable context menu
This commit is contained in:
parent
ea44cfb893
commit
da61223e15
|
@ -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>();
|
||||||
|
|
Loading…
Reference in New Issue