aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput.c
Commit message (Collapse)AuthorAgeFilesLines
* Ginput and structure changesAndrew Hannam2012-11-261-37/+0
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* cleanup of source filesJoel Bodenmann2012-11-211-5/+0
|
* GEVENT, GTIMER & GINPUT subsystemsAndrew Hannam2012-11-171-0/+42
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.