dborth / sdl-wii

SDL for Wii
http://wiibrew.org/wiki/SDL_Wii
47 stars 16 forks source link

Mouse sensitivity #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

The mouse seems too sensitive. I suggest to modify line 110 of 
/trunk/SDL/src/video/wii/SDL_wiievents.c from

posted += SDL_PrivateMouseMotion(0, 1, me.rx*2, me.ry*2);

to

posted += SDL_PrivateMouseMotion(0, 1, me.rx, me.ry);

Original issue reported on code.google.com by olimpier...@gmail.com on 10 Oct 2011 at 11:48

GoogleCodeExporter commented 9 years ago
Fixed in new 26/10/2013 version

Original comment by olimpier...@gmail.com on 28 Oct 2013 at 10:03

GoogleCodeExporter commented 9 years ago

Original comment by olimpier...@gmail.com on 31 Oct 2013 at 8:46