ElementW / Diggler

A game engine for cube games
GNU Affero General Public License v3.0
4 stars 1 forks source link

The mouse movment is incontrolable #5

Closed farfadet46 closed 8 years ago

farfadet46 commented 8 years ago

https://up1.ca/#HeJqIPPBnZSdz9_nByOtQA

ObaniGemini commented 8 years ago

Do you mean that you can't contol the mouse ? Could you describe the problem a bit more ? (OS, desktop environemment, how did it occur,... )

ElementW commented 8 years ago

Can't fix, not my bug. GLFW fails to lock pointer under XWayland (and so does every single toolkit out there) since Wayland doesn't yet properly implement pointer locking.

You may try to use a self-compiled version of GLFW3 with the -DGLFW_USE_WAYLAND=ON option, though.