1
0
Fork 0
forked from len0rd/rockbox

Button Driver: Add button_status support with data - allows for reading the /immediate/ value of the touchscreen

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22933 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-10-05 02:09:00 +00:00
parent 436776ebb8
commit fb50f46866
4 changed files with 17 additions and 0 deletions

View file

@ -37,6 +37,9 @@ long button_get (bool block);
long button_get_w_tmo(int ticks);
intptr_t button_get_data(void);
int button_status(void);
#ifdef HAVE_BUTTON_DATA
int button_status_wdata(int *pdata);
#endif
void button_clear_queue(void);
#ifdef HAVE_LCD_BITMAP
void button_set_flip(bool flip); /* turn 180 degrees */