aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_label.c
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-10-13 01:00:48 +1000
committerinmarket <andrewh@inmarket.com.au>2015-10-13 01:00:48 +1000
commit9d3fc8b36cb57fa23c0b838a54a8bc67328f9672 (patch)
treefee15031006a070adb49279540067e90aa6be934 /src/gwin/gwin_label.c
parent92b000291826ca78c30f205c104ac330484b82c9 (diff)
parent10c7471149453cea6686aa6f61ec6dac0525c47b (diff)
downloaduGFX-9d3fc8b36cb57fa23c0b838a54a8bc67328f9672.tar.gz
uGFX-9d3fc8b36cb57fa23c0b838a54a8bc67328f9672.tar.bz2
uGFX-9d3fc8b36cb57fa23c0b838a54a8bc67328f9672.zip
Merge branch 'master' into Keil
Diffstat (limited to 'src/gwin/gwin_label.c')
-rw-r--r--src/gwin/gwin_label.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gwin/gwin_label.c b/src/gwin/gwin_label.c
index 4e4d799b..b78e4b3b 100644
--- a/src/gwin/gwin_label.c
+++ b/src/gwin/gwin_label.c
@@ -58,6 +58,11 @@ static const gwidgetVMT labelVMT = {
0, // Process mouse move events (NOT USED)
},
#endif
+ #if GINPUT_NEED_KEYBOARD || GWIN_NEED_KEYBOARD
+ {
+ 0 // Process keyboard key down events
+ },
+ #endif
#if GINPUT_NEED_TOGGLE
{
0, // No toggle role