Copyright | (C) 2016-2018 David M. Johnson |
---|---|
License | BSD3-style (see the file LICENSE) |
Maintainer | David M. Johnson <djohnson.m@gmail.com> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- onBegin :: action -> Attribute action
- onEnd :: action -> Attribute action
- onRepeat :: action -> Attribute action
- onAbort :: action -> Attribute action
- onError :: action -> Attribute action
- onResize :: action -> Attribute action
- onScroll :: action -> Attribute action
- onLoad :: action -> Attribute action
- onUnload :: action -> Attribute action
- onZoom :: action -> Attribute action
- onActivate :: action -> Attribute action
- onClick :: action -> Attribute action
- onFocusIn :: action -> Attribute action
- onFocusOut :: action -> Attribute action
- onMouseDown :: action -> Attribute action
- onMouseMove :: action -> Attribute action
- onMouseOut :: action -> Attribute action
- onMouseOver :: action -> Attribute action
- onMouseUp :: action -> Attribute action
Animation event handlers
Document event attributes
Graphical Event Attributes
onActivate :: action -> Attribute action Source #
onActivate event
onFocusOut :: action -> Attribute action Source #
onFocusOut event
onMouseDown :: action -> Attribute action Source #
onMouseDown event
onMouseMove :: action -> Attribute action Source #
onMouseMove event
onMouseOut :: action -> Attribute action Source #
onMouseOut event
onMouseOver :: action -> Attribute action Source #
onMouseOver event