Last active
August 31, 2015 17:28
-
-
Save dela3499/ac8c60f5f779d93d0994 to your computer and use it in GitHub Desktop.
Show touch information using Elm http://share-elm.com/gists/ac8c60f5f779d93d0994
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Graphics.Element exposing (show) | |
import Touch | |
import Signal | |
main = Signal.map show Touch.touches |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment