Skip to content

Instantly share code, notes, and snippets.

@dela3499
Last active August 31, 2015 17:28
Show Gist options
  • Save dela3499/ac8c60f5f779d93d0994 to your computer and use it in GitHub Desktop.
Save dela3499/ac8c60f5f779d93d0994 to your computer and use it in GitHub Desktop.
Show touch information using Elm http://share-elm.com/gists/ac8c60f5f779d93d0994
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