English Amiga Board Home Mobile Skin      


Go Back   English Amiga Board > Support > support.FS-UAE

Reply
 
LinkBack Thread Tools
Old 06 June 2012, 18:44   #1
Registered User
 
Join Date: Jun 2012
Location: madrid / spain
Posts: 15
FS-UAE mouse speed

is there a possibility to speed up the mouse reaction ?
i have to move the mouse across the entire table to move from one edge of the screen to the other.
rofl0r is offline   Reply With Quote
AdSense AdSense  
Advertisement:
Old 06 June 2012, 19:40   #2
Registered User
 
Join Date: Jun 2012
Location: madrid / spain
Posts: 15
i think the proper term is "mouse sensitivity"
rofl0r is offline   Reply With Quote
Old 06 June 2012, 22:33   #3
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 32
Posts: 1,528
Quote:
Originally Posted by rofl0r View Post
is there a possibility to speed up the mouse reaction ?
i have to move the mouse across the entire table to move from one edge of the screen to the other.
Hi, FS-UAE haven't got a feature for this yet: I will put it on the todo list.
FrodeSolheim is offline   Reply With Quote
Old 07 June 2012, 09:20   #4
Registered User
 
Join Date: Jun 2012
Location: madrid / spain
Posts: 15
i tried to change various input_mouse_speed settings, they all seem ignored.
./src/inputdevice.cpp
./src/od-fs/input.cpp
./libfsemu/src/emu/input.c
is any of this code actually used ?
where do i have to look for mouse motion handling that is used ? the SDL_Poll... stuff doesnt even check for mouse move events.
rofl0r is offline   Reply With Quote
Old 07 June 2012, 09:48   #5
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 38
Posts: 775
Send a message via ICQ to Foul Send a message via MSN to Foul Send a message via Skype™ to Foul
did you try to change mouse prefs in your Amiga environment ?

(Sys: prefs / input)
__________________
Best Amiga Linux Emulator ! --> http://fs-uae.net/
A500 KS 1.3 + A501
A1200 2.0B Fixed KS/WB 3.9 + CF Kingston 16Go/PFS3DS + PSX to DB9 + Kipper2k CF card external Adapter + 2x Cumana CAX354 External Floppy Disc Drive
Foul is offline   Reply With Quote
Old 07 June 2012, 10:15   #6
Registered User
 
Join Date: Jun 2012
Location: madrid / spain
Posts: 15
Quote:
Originally Posted by Foul View Post
did you try to change mouse prefs in your Amiga environment ?

(Sys: prefs / input)
i dont use an amiga environment
trying to boot centurion from adf but the mouse sensi is so low that it is unplayable
rofl0r is offline   Reply With Quote
Old 07 June 2012, 18:28   #7
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 32
Posts: 1,528
Quote:
Originally Posted by rofl0r View Post
i tried to change various input_mouse_speed settings, they all seem ignored.
./src/inputdevice.cpp
./src/od-fs/input.cpp
./libfsemu/src/emu/input.c
is any of this code actually used ?
where do i have to look for mouse motion handling that is used ? the SDL_Poll... stuff doesn't even check for mouse move events.
Check out lines 1268..1287 in libfsemu/src/emu/input.c
FrodeSolheim is offline   Reply With Quote
Old 07 June 2012, 19:14   #8
Registered User
 
Join Date: Jun 2012
Location: madrid / spain
Posts: 15
this piece ? i've had the following code added, but neither abort or fprintf was ever triggered...

static int input_function(fs_ml_event *event) {
if (event->type == FS_ML_MOUSEMOTION) {
abort();
fprintf(stderr, "got mouse motion\n");
rofl0r is offline   Reply With Quote
AdSense AdSense  
Advertisement:
Old 07 June 2012, 19:17   #9
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 32
Posts: 1,528
Quote:
Originally Posted by rofl0r View Post
this piece ? i've had the following code added, but neither abort or fprintf was ever triggered...

static int input_function(fs_ml_event *event) {
if (event->type == FS_ML_MOUSEMOTION) {
abort();
fprintf(stderr, "got mouse motion\n");
Yes, that one, but currently libfsemu build is not triggered again by the Makefile if it is already built, so try:
Code:
make -C libfsemu && make
FrodeSolheim is offline   Reply With Quote
Old 16 July 2012, 20:04   #10
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 32
Posts: 1,528
You can set the option uae_input.mouse_speed, for instance (200%):
Code:
uae_input.mouse_speed = 200
or (500%):
Code:
uae_input.mouse_speed = 500
FrodeSolheim is offline   Reply With Quote
Old 09 November 2012, 21:26   #11
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 32
Posts: 1,528
Actually, uae_input.mouse_speed does not work, and never did (I thought I had tested it, but...)

Proper mouse speed option has been implemented in FS-UAE 2.1.3, out now (http://eab.abime.net/support-fs-uae/66416-fs-uae-development-series-post849669.html) . This implementation also works with net play. The option mouse_speed can be set to a percentage, e.g. mouse_speed = 50 or mouse_speed = 200. FS-UAE Launcher also has a GUI to set this option: Settings -> Input Settings.
FrodeSolheim is offline   Reply With Quote
Old 11 November 2012, 16:31   #12
Registered User
 
Join Date: Jun 2012
Location: madrid / spain
Posts: 15
thanks, that's much appreciated.

yeah i know that uae_input.mouse_speed didn't work, that's what i tried first.
rofl0r is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
change the mouse speed in a whdload game _psy project.WHDLoad 3 08 June 2012 10:41
E-UAE Workbench Speed Washac support.OtherUAE 5 21 February 2012 21:25
Lock mouse in window and disk swapping (E-UAE) dar support.OtherUAE 1 24 January 2012 20:28
Mouse for e-uae 0.8.29 WIP3 digit01 support.OtherUAE 1 31 July 2008 13:19
Win UAE speed throttle khph_re support.WinUAE 2 29 February 2008 08:07


All times are GMT +2. The time now is 17:04.


Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO ©2011, Crawlability, Inc.
Page generated in 0.35892 seconds with 9 queries