From d86f31a5f428a3937b56d34e026a88ed737eb7bf Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 18 Feb 2015 16:09:10 -0500 Subject: support modifier keys --- apps/plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 849dda9..e9c790c 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -51,6 +51,7 @@ struct plugin_api { void (*lcd_putsxy)(int x, int y, const char*); int (*button_get)(void); + int (*modifier_get)(void); }; /* defined by the plugin */ -- cgit v1.1