summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2017-04-01 12:00:44 -0400
committerDavid Thompson <dthompson2@worcester.edu>2017-04-01 12:00:44 -0400
commit6d78be95569519bcad7d381e4135f76bf5bd31ec (patch)
treee7fc6893992291450637103ae8dc102f19fccb1f /Makefile.am
parent1234a65ee79b087125b64d7bd9fa7b2be23f47e7 (diff)
input: Add keyboard module.
* chickadee/input/keyboard.scm: New file. * Makefile.am (SOURCES): Add it. * doc/api.texi (Keyboard): New section.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5dfbbb9..0103c2b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,7 @@ SOURCES = \
chickadee/utils.scm \
chickadee/audio.scm \
chickadee/input/controller.scm \
+ chickadee/input/keyboard.scm \
chickadee/math.scm \
chickadee/math/vector.scm \
chickadee/math/matrix.scm \