1
0
Fork 0
forked from len0rd/rockbox
Change-Id: I9eb83aaffa93636d5e601132efdfbb85340a665d
This commit is contained in:
Amaury Pouly 2013-09-05 20:50:51 +02:00
parent 1165a08823
commit 1ac762aebb

View file

@ -25,6 +25,13 @@
#include "button.h"
#include "buttonmap.h"
#ifndef HAS_BUTTON_HOLD
void touchscreen_enable_device(bool en)
{
(void)en;
}
#endif
int key_to_button(int keyboard_key)
{
int new_btn = BUTTON_NONE;