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

@ -668,6 +668,8 @@ static const struct plugin_api rockbox_api = {
appsversion,
/* new stuff at the end, sort into place next time
the API gets incompatible */
button_status_wdata,
};
int plugin_load(const char* plugin, const void* parameter)