forgot to commit this
This commit is contained in:
parent
9b423d77e9
commit
d1ad9be83d
|
@ -40,6 +40,7 @@ namespace BizHawk.MultiClient.config.ControllerConfig
|
|||
Bind.Value = bindval;
|
||||
textBox1.Text = Bind.Value;
|
||||
buttonBind.Text = "Bind!";
|
||||
Input.Instance.StopListeningForFloatEvents();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -50,6 +51,7 @@ namespace BizHawk.MultiClient.config.ControllerConfig
|
|||
timer1.Stop();
|
||||
listening = false;
|
||||
buttonBind.Text = "Bind!";
|
||||
Input.Instance.StopListeningForFloatEvents();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue