From a762a629aa49a046453de7fd2d65680e73c9123a Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Sat, 17 Nov 2012 01:42:12 +1000 Subject: 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. --- gfx.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gfx.mk') 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 \ -- cgit v1.2.3