Closed GoogleCodeExporter closed 9 years ago
Have you tried tweaking the mouse sensivity values in the config screen and/or
the
ini file ? They may help in such cases.
Original comment by pulkoma...@gmail.com
on 16 Feb 2010 at 3:58
I'll test with my tablet - I never saw the issue, but anyway I always use
"relative"
tablet mode, and not often fullscreen.
Mouse sensitivity settings of Grafx2 shouldn't improve situation, as all
settings
make the cursor slower (it's to avoid a problem of mouse too fast in fullscreen
low
resolution)
Original comment by yrizoud
on 16 Feb 2010 at 5:06
On closer examination, it seems as if the tablet's output is interpreted as a
delta
value from a certain point on the board, rather than absolute position values.
Eg, if I
find the 0,0 spot, the mouse doesn't move, and if I put the pen just a bit
right of it,
the pointer moves slowly right without stopping. Move it back and it stops.
Could this be the problem?
Original comment by zoomula...@gmail.com
on 16 Feb 2010 at 5:49
I can reproduce it exactly as you last described.
It only happens in "tablet mode" and in fullscreen. When I set "mouse mode"
(ie: I
can lift the pen and put it down someplace else, the cursor won't warp), the
problem
doesn't happen.
Setting environment variable "SDL_MOUSE_RELATIVE=0", as seen on a forum, has no
effect.
Investigating in the source code of SDL...
Original comment by yrizoud
on 16 Feb 2010 at 11:38
Found a fix in r1553. Enabling the sdl hardware cursor makes it work
automatically. As we don't want the cursor to be visible, however, I set it to
a 1x1 transparent square. So you can't see it.
Original comment by pulkoma...@gmail.com
on 6 Aug 2010 at 1:41
Awesome! I'll test it when I'm home.
I'm glad it's solved, because for serious tablet users, changing the mode from
absolute to relative was simply not an option : It would be as if we developed
a First Person Shooter where the user cannot choose "Invert mouse Y" setting.
The source code for the input in SDL was extremely hairy; I've made several
tries to try change the behavior, but only made it worse. I abandoned long ago.
Original comment by yrizoud
on 6 Aug 2010 at 2:07
Tested on Win98, Wacom tablet : it works!
Original comment by yrizoud
on 7 Aug 2010 at 7:51
Original issue reported on code.google.com by
zoomula...@gmail.com
on 16 Feb 2010 at 3:48