SDL 2.0 win32 Relative Mouse Movement, Where We Left Off

A couple weeks ago, I tried a version of this and it worked (mostly)
except for the crazy constant clicking problem.

Has this been picked up again? I’m more than willing to test, and I’d
love to finally remove the remaining 1.2 code from my application.

[>] Brian

I’ll look into it tonight.

PatrickOn Thu, Jun 28, 2012 at 2:09 PM, Brian Barnes wrote:

A couple weeks ago, I tried a version of this and it worked (mostly)
except for the crazy constant clicking problem.

Has this been picked up again? I’m more than willing to test, and I’d
love to finally remove the remaining 1.2 code from my application.

[>] Brian
_____________**
SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/**listinfo.cgi/sdl-libsdl.orghttp://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

OK, I can’t reproduce the infinite mouse event issue. I’ve tried various
combinations, but the mouse events just keep working as usual. :\

If this is an app you have the source for and can build it easily, can you
do more debugging in the app to see why the event keeps showing up?
Otherwise, I’m kind of stuck.

PatrickOn Thu, Jun 28, 2012 at 2:18 PM, Patrick Baggett <@Patrick_Baggett>wrote:

I’ll look into it tonight.

Patrick

On Thu, Jun 28, 2012 at 2:09 PM, Brian Barnes wrote:

A couple weeks ago, I tried a version of this and it worked (mostly)
except for the crazy constant clicking problem.

Has this been picked up again? I’m more than willing to test, and I’d
love to finally remove the remaining 1.2 code from my application.

[>] Brian
_____________**
SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/**listinfo.cgi/sdl-libsdl.orghttp://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Patrick wrote:

OK, I can’t reproduce the infinite mouse event issue. I’ve tried various
combinations, but the mouse events just keep working as usual. :\

If this is an app you have the source for and can build it easily, can you
do more debugging in the app to see why the event keeps showing up?
Otherwise, I’m kind of stuck.

Sure, it’s an open-source, free 3D engine:

http://code.google.com/p/dim3/

It’s meant to be easy to build as I have a lot of people using it. That
said, you’ll also need a demo project to run it, and the binaries:

http://www.klinksoftware.com/download/dim3_0015_win32.zip (win32 version)
http://www.klinksoftware.com/download/Data.zip (the demo project)

BUT … That’s a good bit of work. How about this, put the latest build
of your DLL/LIB up somewhere, I’ll download it, compile the code with
the SDL 1.3 switch on, and put up a version you can download. Then all
you need to do is switch SDL libs in and out.

[>] Brian