webkitgtk3-0.14.1.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

KEY_LOCATION_STANDARD

KEY_LOCATION_LEFT

KEY_LOCATION_RIGHT

KEY_LOCATION_NUMPAD

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