Can't receive the mouse coordinate in jit.window
Hi,
I'm trying to read the mouse coordinate from the second output of the jit.window but it doesn't work. My patch was was working fine with the version 6.0 but since the new version 6.1 it stop working. I've joint the patch that I'm using. If anybody have a idea, I'm kind of desesperate with that small problem.
thanks
Don't know why is that, but it doesn't work with name attribute ("jit.window @name double_ecr @size 2048 612".
But it does work if you write it standard "jit.window double_ecr @size 2048 612"
Oups my mistake!!! Thanks Tobias.
I have check a little bit more and the problem only seem to occur when I load my texture. If I delete it then the mouse works fine.