ghcjs-dom-jsffi-0.7.0.1: DOM library using JSFFI and GHCJS

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.JSFFI.Generated.MouseEvent

Synopsis

Documentation

initMouseEvent :: (MonadIO m, IsMouseEvent self, ToJSString type', IsEventTarget relatedTarget) => self -> type' -> Bool -> Bool -> Maybe Window -> Int -> Int -> Int -> Int -> Int -> Bool -> Bool -> Bool -> Bool -> Word -> Maybe relatedTarget -> m () Source #