diff options
author | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-27 13:22:36 +0200 |
---|---|---|
committer | Marc Sunet <jeannekamikaze@gmail.com> | 2012-08-27 13:22:36 +0200 |
commit | 7111f8fd63c2553a90d65c6e16d271381bc5b111 (patch) | |
tree | 1d274305de6068e8e7dce8a8c4f69e5fdb346264 | |
parent | ba90df41ff0faabc61f520683d4192993dedfbab (diff) |
Exposed newKeyboard
-rw-r--r-- | Spear/App/Input.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Spear/App/Input.hs b/Spear/App/Input.hs index 47e3139..3358744 100644 --- a/Spear/App/Input.hs +++ b/Spear/App/Input.hs | |||
@@ -9,6 +9,7 @@ module Spear.App.Input | |||
9 | , Input(..) | 9 | , Input(..) |
10 | , DelayedMouseState | 10 | , DelayedMouseState |
11 | -- * Input state querying | 11 | -- * Input state querying |
12 | , newKeyboard | ||
12 | , getKeyboard | 13 | , getKeyboard |
13 | , newMouse | 14 | , newMouse |
14 | , getMouse | 15 | , getMouse |