From 3925e873631729966a540f22a38de29f37d467dd Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Sun, 24 May 2009 23:07:03 +0000 Subject: [PATCH] Updated Help for mouse sensitivity git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@820 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- helpfile.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/helpfile.h b/helpfile.h index 35a44673..17b9b7eb 100644 --- a/helpfile.h +++ b/helpfile.h @@ -1924,7 +1924,16 @@ static const T_Help_table helptable_settings[] = HELP_TEXT ("a bit funnier.") HELP_TEXT ("") HELP_TEXT ("- Mouse sensibility: Modifies the speed of") - HELP_TEXT ("the mouse.") + HELP_TEXT ("the mouse when you're in fullscreen. With") + HELP_TEXT ("the normal setting (slider on top), you may") + HELP_TEXT ("find the mouse too fast, especially in ") + HELP_TEXT ("video modes which are much smaller than your") + HELP_TEXT ("desktop. You can lower the slider to divide") + HELP_TEXT ("the speed by 2, 3 or 4.") + HELP_TEXT ("When using videomodes with native skewed") + HELP_TEXT ("pixels like 640x240 or 320x512, you'll") + HELP_TEXT ("probably want to use a stronger reduction") + HELP_TEXT ("on the axis which has less pixels.") HELP_TEXT ("") HELP_TEXT ("- Show/Hide in file list: Defines whether") HELP_TEXT ("some particular files or directories must be")