14.006 (windows 10) Mouse problem

Previous topic - Next topic

Robert

The mouse problem for W10 corncerns all versions after 12.308.

MrTAToad

Yes, its a release mode problem (is okay in debug mode)

MrTAToad

The mouse problem is still in 14.095

mull

I have Windows 10 and the same Problem with Setmouse and the Mousebutton in V 14.095
The same Code under V 12... works fine.

This is me not to work with  V 14.095
I must go back to V12.
AMD Phenom II x4 955 Proc. 3.2 GHZ,  4GB Ram
Windows 7 64bit Ultima
NVIDIA GeForce GTX 460
Leistungsindex 5,7

Ian Price

MOUSESTATE mx,my,b1,b2 reports b1 as 1 whether b1 OR b2 is pressed. The value for b2 is never returned. This is in Windows 8.XX using version v12.656 and up (inc. 14.095). V10.XX does not have this issue.

Code (glbasic) Select

GLOBAL mx%, my%, b1%, b2%

WHILE TRUE

MOUSESTATE mx,my,b1,b2

PRINT b1+"    "+b2, 20, 20

SHOWSCREEN

WEND


This is definitely appears to be a GLB issue and not Windows 10 as per thread title.
I came. I saw. I played.

MrTAToad

This problem also affects MOUSEAXIS too

Ian Price

Yeah, so I read earlier, but I haven't tested that.

Just wanted to say that the problem does affect some GLB v12.xxx and v14.xxx versions on Windows 8 (and expect Win7 and below too).
I came. I saw. I played.

MrTAToad

Indeed - although I didn't test V12 much as I moved onto V14 :)

Kitty Hello

14.106 fixed it. You're welcome.

Kitty Hello


Ian Price

I came. I saw. I played.

mull

SETMOUSE, MOUSESTATE ist OK, MOUSEAXIS is not fixed
AMD Phenom II x4 955 Proc. 3.2 GHZ,  4GB Ram
Windows 7 64bit Ultima
NVIDIA GeForce GTX 460
Leistungsindex 5,7

UBERmonkeybot


salmax

Thanks Kitty. Maybe in next version mouse wheel start to work :)
8bit forever!

Kitty Hello