mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
fc7fe0bbcd
commit
865cf083f8
|
@ -243,8 +243,9 @@ void GSPanel::AppStatusEvent_OnSettingsApplied()
|
|||
|
||||
void GSPanel::OnLeftDclick(wxMouseEvent& evt)
|
||||
{
|
||||
Console.WriteLn("GSPanel::OnDoubleClick: Invoking Fullscreen-Toggle accelerator.");
|
||||
DirectKeyCommand(FULLSCREEN_TOGGLE_ACCELERATOR_GSPANEL);
|
||||
//need to add a config option for users which use mouse input. Till then, this feature is disabled.
|
||||
//Console.WriteLn("GSPanel::OnDoubleClick: Invoking Fullscreen-Toggle accelerator.");
|
||||
//DirectKeyCommand(FULLSCREEN_TOGGLE_ACCELERATOR_GSPANEL);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue