forked from KolibriOS/kolibrios
option name
git-svn-id: svn://kolibrios.org@5968 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
88f29ae6bd
commit
caacfd1550
@ -21,7 +21,7 @@
|
||||
?define CHECK_MOUSE_1 "<EFBFBD> ¦¬¨â¥ í⮩ ®¡« áâ¨"
|
||||
?define CHECK_MOUSE_2 "¤«ï ¯à®¢¥àª¨ ª®¯®ª ¬ëè¨"
|
||||
?define POINTER_SPEED "‘ª®à®áâì 㪠§ â¥«ï ¬ëè¨"
|
||||
?define POINTER_DELAY "‡ ¤¥à¦ª 㪠§ â¥«ï ¬ëè¨"
|
||||
?define POINTER_DELAY "“᪮२¥ 㪠§ â¥«ï ¬ëè¨"
|
||||
?define MOUSE_EMULATION "<EFBFBD>¬ã«ïæ¨ï ã¯à ¢«¥¨ï 㪠§ ⥫¥¬ ç¥à¥§ ª« ¢¨ âãàã"
|
||||
?define MADMOUSE "‘ª¢®§ë¥ ¤«ï ªãàá®à áâ®à®ë íªà "
|
||||
#else
|
||||
@ -29,7 +29,7 @@
|
||||
?define CHECK_MOUSE_1 "Click on this area to"
|
||||
?define CHECK_MOUSE_2 "check your mouse buttons"
|
||||
?define POINTER_SPEED "Mouse pointer speed"
|
||||
?define POINTER_DELAY "Mouse pointer delay"
|
||||
?define POINTER_DELAY "Mouse pointer acceleration"
|
||||
?define MOUSE_EMULATION "Enable mouse emulation using keyboard NumPad"
|
||||
?define MADMOUSE "Through screen sides for pointer"
|
||||
#endif
|
||||
@ -112,7 +112,7 @@ void main() {
|
||||
mouse_cfg.pointer_speed--;
|
||||
SetMouseSpeed(mouse_cfg.pointer_speed);
|
||||
}
|
||||
if (id==122)
|
||||
if (id==122) && (mouse_cfg.pointer_delay<3)
|
||||
{
|
||||
mouse_cfg.pointer_delay++;
|
||||
SetMouseDelay(mouse_cfg.pointer_delay);
|
||||
|
Loading…
Reference in New Issue
Block a user