mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 17:07:40 +00:00
screenshots are more configurable now
This commit is contained in:
@@ -319,6 +319,10 @@ void handleKeyNormal(int sym, int uni) {
|
||||
sym = 0;
|
||||
}
|
||||
|
||||
#if ISMOBILE
|
||||
if(uni == 'A' && !cheater) pushScreen(shot::menu);
|
||||
#endif
|
||||
|
||||
if(DEFAULTNOR(sym)) handlePanning(sym, uni);
|
||||
|
||||
#ifdef SCALETUNER
|
||||
|
Reference in New Issue
Block a user