mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
'scrolling by device rotation' no longer appears in 3D
This commit is contained in:
parent
e1731fce02
commit
22b8a88e07
@ -1878,8 +1878,10 @@ void configureMouse() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
#if CAP_ORIENTATION
|
#if CAP_ORIENTATION
|
||||||
dialog::addSelItem(XLAT("scrolling by device rotation"), ors::choices[ors::mode], '1');
|
if(GDIM == 2) {
|
||||||
dialog::add_action_push(ors::show);
|
dialog::addSelItem(XLAT("scrolling by device rotation"), ors::choices[ors::mode], '1');
|
||||||
|
dialog::add_action_push(ors::show);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
dialog::addBack();
|
dialog::addBack();
|
||||||
|
Loading…
Reference in New Issue
Block a user