PixelGuys / Cubyz

Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects.
GNU General Public License v3.0
420 stars 49 forks source link

Extremely sensitive mouse input #7

Closed MajickTek closed 4 years ago

MajickTek commented 4 years ago

I came across this repo looking for a minecraft clone that i could mess with that wasn’t too big like terasology.

Anyways I made a new eclipse workspace and imported all three of the projects into it. No errors.

I then proceeded to build and run the client, only to find that the slightest movement of my mouse would cause the camera to violently spin around, making it impossible to do anything.

Any possible fix for this issue?

P.S. my OS is Windows 10 home.

zenith391 commented 4 years ago

Might be due to Cubyz using some specific mouse state that's probably not supported on Windows 10. I'll change it and it will normally work for you

zenith391 commented 4 years ago

Should be fixed now, alongside another bug

MajickTek commented 4 years ago

Thanks!

MajickTek commented 4 years ago

@zenith391 the bug is not fixed, i just redownloaded the repo and tried to run the game, same issue.

zenith391 commented 4 years ago

Aight, is your mouse any different than normal mouses (different than 2 buttons, 1 mouse wheel), maybe with configurable DPI?

MajickTek commented 4 years ago

No it’s a standard mouse with a left/right click, a middle click on the scroll wheel, and 2 side buttons.

zenith391 commented 4 years ago

The bug should now be fixed, i hope this works now.

IntegratedQuantum commented 4 years ago

Fixed in 4b6f7b2.

This fix has been confirmed by another tester.