1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-03 05:41:23 +00:00

improvements to the mobile compass: can be used in modes other than MOVE (long click to switch mode to MOVE anyway); better arrow scaling

This commit is contained in:
Zeno Rogue
2018-07-22 15:54:44 +02:00
parent 5b41f5d157
commit b502b7025d
5 changed files with 9 additions and 8 deletions

View File

@@ -878,8 +878,8 @@ void gmodekeys(int sym, int uni) {
}
bool haveMobileCompass() {
#if CAP_MOBILE
if(andmode || useRangedOrb) return false;
#if ISMOBILE
if(longclick) return false;
#else
if(forcetarget) return false;
#endif