elm-program-test icon indicating copy to clipboard operation
elm-program-test copied to clipboard

Add support for Browser.Events (subscriptions)

Open avh4 opened this issue 5 years ago • 0 comments

This issue is a tracking issue for the entire module, and smaller issues can be created for the discussion of individual additions:

  • Animation
    • [ ] onAnimationFrame
    • [ ] onAnimationFramDelta
  • Keyboard
    • [ ] onKeyPress
    • [ ] onKeyDown
    • [ ] onKeyUp
  • Mouse
    • [ ] onClick
    • [ ] onMouseMove
    • [ ] onMouseDown
    • [ ] onMouseUp
  • Window
    • [ ] onResize
    • [ ] onVisibilityChange

avh4 avatar Jun 27 '19 05:06 avh4