chrisboyle / sgtpuzzles

Android port of Simon Tatham's Puzzles
https://chris.boyle.name/puzzles
Other
597 stars 168 forks source link

Net: shift grid #566

Closed DAM091 closed 1 year ago

DAM091 commented 2 years ago

In Net, with a keyboard, you can move the puzzle in 4 directions. This is called "shift grid" in the help file. This is useful when playing the game in "wrapping" mode. It's normally accomplished by holding shift and pressing an arrow key. Is this already possible on android? If not, could a shift button be added? Thank you!

JohnGlassmyer commented 1 year ago

i think this could be implemented as multi-finger drag on the grid. does anyone know for sure whether that would be feasible?

JohnGlassmyer commented 1 year ago

this is #237

chrisboyle commented 1 year ago

Closing as duplicate