ishanpm / ap-sgtpuzzles-web

Web frontend for Simon Tatham's Portable Puzzle Collection with Archipelago support
Other
0 stars 0 forks source link

Stylus mode detection #6

Open ishanpm opened 3 weeks ago

ishanpm commented 3 weeks ago

Some puzzles include alternate control schemes for one-button input. These should be used for touchscreen input, and possibly also toggleable by a per-puzzle preference.

Since this is determined by a compile-time flag in the puzzle executables, this will probably require direct modifications to midend.c and individual games in the base project.