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

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.UIEvent

Documentation

uiEventInitUIEvent :: (IsUIEvent self, ToJSString type', IsDOMWindow view) => self -> type' -> Bool -> Bool -> Maybe view -> Int -> IO () Source