Generate left mouse click without delay, even if two-button mouse is used, this needed for UfoAI

This commit is contained in:
pelya
2012-11-09 18:02:48 +02:00
parent 34a567477f
commit 627f618ba0
2 changed files with 2 additions and 2 deletions

View File

@@ -1203,7 +1203,7 @@ class Settings
dialog.dismiss();
if( item == size_large )
{
Globals.LeftClickMethod = Mouse.LEFT_CLICK_WITH_TAP_OR_TIMEOUT;
Globals.LeftClickMethod = Mouse.LEFT_CLICK_NORMAL;
Globals.RelativeMouseMovement = false;
Globals.ShowScreenUnderFinger = Mouse.ZOOM_NONE;
}