aboutsummaryrefslogtreecommitdiffstats
path: root/include/gevent.h
Commit message (Collapse)AuthorAgeFilesLines
* Static initialisation fix for a GListenerAndrew Hannam2012-11-301-1/+1
|
* Ginput and structure changesAndrew Hannam2012-11-261-4/+25
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* GEVENT, GTIMER & GINPUT subsystemsAndrew Hannam2012-11-171-0/+222
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.