elm/core/Keyboard/Raw.elm

5 lines
113 B
Elm
Raw Normal View History

2013-02-21 08:40:41 +00:00
module Keyboard.Raw where
keysDown = Native.Keyboard.Raw.keysDown
charPressed = Native.Keyboard.Raw.charPressed