1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00

mouse aiming sensitivity is now configurable; set to 0 to disable

This commit is contained in:
?
2019-02-26 12:58:46 +01:00
committed by Zeno Rogue
parent 808111de89
commit 170648a367
2 changed files with 10 additions and 1 deletions

View File

@@ -534,7 +534,7 @@ void mainloopiter() {
if(cwt.mirrored) playerV = playerV * Mirror;
}
mousepan = normal && DIM == 3;
mousepan = normal && DIM == 3 && mouseaim_sensitivity;
if(mousepan != oldmousepan) {
oldmousepan = mousepan;
if(mousepan) {