webkit-0.14.2.0: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.KeyboardEvent

Documentation

getModifierState :: (MonadIO m, KeyboardEventClass self, GlibString string) => self -> string -> m Bool Source #

initKeyboardEvent :: (MonadIO m, KeyboardEventClass self, WindowClass view, GlibString string) => self -> string -> Bool -> Bool -> Maybe view -> string -> Word -> Bool -> Bool -> Bool -> Bool -> Bool -> m () Source #

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

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

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

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

getKeyIdentifier :: (MonadIO m, KeyboardEventClass self, GlibString string) => self -> m string Source #

getCtrlKey :: (MonadIO m, KeyboardEventClass self) => self -> m Bool Source #

getAltKey :: (MonadIO m, KeyboardEventClass self) => self -> m Bool Source #

getMetaKey :: (MonadIO m, KeyboardEventClass self) => self -> m Bool Source #