]> git.zarvox.org Git - libtouchmouse.git/commit
Pull apart library and example.
authorDrew Fisher <drew.m.fisher@gmail.com>
Sat, 29 Oct 2011 19:44:06 +0000 (12:44 -0700)
committerDrew Fisher <drew.m.fisher@gmail.com>
Sat, 29 Oct 2011 19:44:06 +0000 (12:44 -0700)
commit13e8217cd4ef76dbf8be02481340a71cc3dc4a99
treea7d94e06a61b9e124714a7ccfb1f02fbe241bd88
parent88a115f6b23fa4c61e6e634670e7ed883c2cf47e
Pull apart library and example.

An API now exists, as does a separate program that performs the same
demonstration task for a limited number of updates.  A shared library will be
built.  Timeout behavior needs to be implemented.

Forward progress.

Signed-off-by: Drew Fisher <drew.m.fisher@gmail.com>
CMakeLists.txt
examples/consoledemo.c [new file with mode: 0644]
libtouchmouse/libtouchmouse.h [new file with mode: 0644]
src/touchmouse-internal.h [new file with mode: 0644]
src/touchmouse.c [moved from touchmouse.c with 63% similarity]