VOGONS

Common searches


Search results

Display options

Re: config seems broken

That's what I love about the OpenSource community. The OpenSuSE forum points the finger here and when one comes here You said that. As MiniMax already pointed out, check out the problem on your system, put up a patch, and everybody will benefit. That's what the open source community is all about. …

Re: Dosbox, UMPC and touchscreen

in DOSBox General
got it to log, so what am I looking for? There should be small in/decrements in the relative mouse movement when using a regular mouse, and large ones for the tablet (the jumping). Should I play with the motion-> settings in sdlmain? Depends on what you mean with "play" :) You could try to generate …

Re: Dosbox, UMPC and touchscreen

in DOSBox General
sdlmain.cpp, look for the function HandleMouseMotion(). motion->xrel (yrel) and motion->x are the interesting variables there (should be signed integer??). Try to do some sort of comparison of what happens with the mouse against what happens to a matching touchpad action, like "slowly move the mouse …

Re: Dosbox, UMPC and touchscreen

in DOSBox General
fullscreen and relative mouse mode problems are related, think this was the result of another thread as well. Dominus, maybe you can log the mouse.rel and x/y stuff that's used in sdlmain.cpp, if you can make something out of it. I'll see about setting up a build as well.

Page 130 of 445