Arkanoid: Disable double-click to toggle fullscreen when arkanoid controller is selected
This commit is contained in:
parent
adc5d1bf26
commit
af0a954547
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ namespace Mesen.GUI.Controls
|
|||
|
||||
protected override void OnDoubleClick(EventArgs e)
|
||||
{
|
||||
if(!InteropEmu.HasZapper()) {
|
||||
//Disable double clicking (used to switch to fullscreen mode) when using zapper
|
||||
if(!InteropEmu.HasZapper() && !InteropEmu.HasArkanoidPaddle()) {
|
||||
//Disable double clicking (used to switch to fullscreen mode) when using zapper/arkanoid controller
|
||||
base.OnDoubleClick(e);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue