diff options
-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 |