Disabling the code for full-screen toggle by double click. It makes pcsx2 unusable for people who use mouse input. I'll re-enable it later together with a user option to disable it.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4181 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
avihal@gmail.com 2011-01-06 21:03:14 +00:00
parent fc7fe0bbcd
commit 865cf083f8
1 changed files with 3 additions and 2 deletions

View File

@ -243,8 +243,9 @@ void GSPanel::AppStatusEvent_OnSettingsApplied()
void GSPanel::OnLeftDclick(wxMouseEvent& evt) void GSPanel::OnLeftDclick(wxMouseEvent& evt)
{ {
Console.WriteLn("GSPanel::OnDoubleClick: Invoking Fullscreen-Toggle accelerator."); //need to add a config option for users which use mouse input. Till then, this feature is disabled.
DirectKeyCommand(FULLSCREEN_TOGGLE_ACCELERATOR_GSPANEL); //Console.WriteLn("GSPanel::OnDoubleClick: Invoking Fullscreen-Toggle accelerator.");
//DirectKeyCommand(FULLSCREEN_TOGGLE_ACCELERATOR_GSPANEL);
} }