Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
ghcjs_dom_ui_event_init_ui_event :: JSRef UIEvent -> JSString -> Bool -> Bool -> JSRef DOMWindow -> Int -> IO () Source
uiEventInitUIEvent :: (IsUIEvent self, ToJSString type', IsDOMWindow view) => self -> type' -> Bool -> Bool -> Maybe view -> Int -> IO () Source
uiEventGetDetail :: IsUIEvent self => self -> IO Int Source
uiEventGetKeyCode :: IsUIEvent self => self -> IO Int Source
uiEventGetCharCode :: IsUIEvent self => self -> IO Int Source
uiEventGetLayerX :: IsUIEvent self => self -> IO Int Source
uiEventGetLayerY :: IsUIEvent self => self -> IO Int Source
uiEventGetPageX :: IsUIEvent self => self -> IO Int Source
uiEventGetPageY :: IsUIEvent self => self -> IO Int Source
uiEventGetWhich :: IsUIEvent self => self -> IO Int Source
castToUIEvent :: GObjectClass obj => obj -> UIEvent Source