forked from len0rd/rockbox
fix red
Change-Id: I9eb83aaffa93636d5e601132efdfbb85340a665d
This commit is contained in:
parent
1165a08823
commit
1ac762aebb
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@
|
||||||
#include "button.h"
|
#include "button.h"
|
||||||
#include "buttonmap.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 key_to_button(int keyboard_key)
|
||||||
{
|
{
|
||||||
int new_btn = BUTTON_NONE;
|
int new_btn = BUTTON_NONE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue