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
Original issue reported on code.google.com by
olimpier...@gmail.com
on 10 Oct 2011 at 11:48