aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.mk
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-11-17 01:42:12 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2012-11-17 01:42:12 +1000
commita762a629aa49a046453de7fd2d65680e73c9123a (patch)
tree04bdc52d3fcdb57c66d74064f782c25e1ae3e43e /gfx.mk
parent633d64b393af843c00255bfa6efd500492ea118b (diff)
downloaduGFX-a762a629aa49a046453de7fd2d65680e73c9123a.tar.gz
uGFX-a762a629aa49a046453de7fd2d65680e73c9123a.tar.bz2
uGFX-a762a629aa49a046453de7fd2d65680e73c9123a.zip
GEVENT, GTIMER & GINPUT subsystems
GEVENT - for passing event structures from Sources to Listeners GTIMER - thread context based once-off and periodic timers. GINPUT - extensible, multiple device-type, input sub-system. gevent & gtimer are code complete, ginput is definition complete but not code complete.
Diffstat (limited to 'gfx.mk')
-rw-r--r--gfx.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx.mk b/gfx.mk
index 5a7e8610..6f199fb0 100644
--- a/gfx.mk
+++ b/gfx.mk
@@ -5,6 +5,9 @@ endif
GFXSRC += $(GFXLIB)/src/gdisp.c \
$(GFXLIB)/src/gdisp_fonts.c \
+ $(GFXLIB)/src/gevent.c \
+ $(GFXLIB)/src/gtimer.c \
+ $(GFXLIB)/src/ginput.c \
$(GFXLIB)/src/gwin.c \
$(GFXLIB)/src/touchscreen.c \
$(GFXLIB)/src/graph.c \