forked from len0rd/rockbox
puzzles: enable long-press in Map
This allows for stippling regions. Change-Id: If8f271b66f6f350c843d6669918ea39712acd818
This commit is contained in:
parent
ef9c2f4457
commit
d0c4ef4b78
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue