From 48360f77beb579de6a2689ba81d38c406ef0e742 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 23 Jun 2014 01:20:17 +0000 Subject: [PATCH] --- BizHawk.Client.EmuHawk/Input/Input.cs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/BizHawk.Client.EmuHawk/Input/Input.cs b/BizHawk.Client.EmuHawk/Input/Input.cs index d75b77e23f..245d993ee6 100644 --- a/BizHawk.Client.EmuHawk/Input/Input.cs +++ b/BizHawk.Client.EmuHawk/Input/Input.cs @@ -397,12 +397,13 @@ namespace BizHawk.Client.EmuHawk } else { + //dont do this: for now, it will interfere with the virtualpad. dont do something similar for the mouse position either //unpress all buttons - HandleButton("WMouse L", false); - HandleButton("WMouse C", false); - HandleButton("WMouse R", false); - HandleButton("WMouse 1", false); - HandleButton("WMouse 2", false); + //HandleButton("WMouse L", false); + //HandleButton("WMouse C", false); + //HandleButton("WMouse R", false); + //HandleButton("WMouse 1", false); + //HandleButton("WMouse 2", false); } }