jsaddle-dom-0.9.2.0: DOM library that uses jsaddle to support both GHCJS and GHC

Safe HaskellNone
LanguageHaskell2010

JSDOM.Generated.MouseEvent

Synopsis

Documentation

newMouseEvent :: (MonadDOM m, ToJSString type', IsMouseEventInit eventInitDict) => type' -> Maybe eventInitDict -> m MouseEvent Source #

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

pattern WEBKIT_FORCE_AT_MOUSE_DOWN :: forall a. (Num a, Eq a) => a Source #

pattern WEBKIT_FORCE_AT_FORCE_MOUSE_DOWN :: forall a. (Num a, Eq a) => a Source #