From d0c4ef4b78f1a399c02e65abc6ad3fad10e17bd8 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 16 Aug 2017 11:38:51 -0400 Subject: puzzles: enable long-press in Map This allows for stippling regions. Change-Id: If8f271b66f6f350c843d6669918ea39712acd818 --- apps/plugins/puzzles/rockbox.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/puzzles/rockbox.c b/apps/plugins/puzzles/rockbox.c index 10c8efc22b..62ed3e9479 100644 --- a/apps/plugins/puzzles/rockbox.c +++ b/apps/plugins/puzzles/rockbox.c @@ -1688,7 +1688,8 @@ static int process_input(int tmo) * are pressed */ if(strcmp("Inertia", midend_which_game(me)->name) == 0 || strcmp("Mines", midend_which_game(me)->name) == 0 || - strcmp("Magnets", midend_which_game(me)->name) == 0 ) + strcmp("Magnets", midend_which_game(me)->name) == 0 || + strcmp("Map", midend_which_game(me)->name) == 0) { LOGF("received button 0x%08x", button); -- cgit v1.2.3