ghcjs-dom-0.1.0.0: DOM library that supports both GHCJS and WebKitGTK

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.MouseEvent

Documentation

mouseEventInitMouseEvent :: (IsMouseEvent self, ToJSString type', IsDOMWindow view, IsEventTarget relatedTarget) => self -> type' -> Bool -> Bool -> Maybe view -> Int -> Int -> Int -> Int -> Int -> Bool -> Bool -> Bool -> Bool -> Word -> Maybe relatedTarget -> IO () Source