webkitgtk3-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.KeyboardEvent

Documentation

keyboardEventGetModifierState :: KeyboardEventClass self => self -> String -> IO BoolSource

keyboardEventInitKeyboardEvent :: (KeyboardEventClass self, DOMWindowClass view) => self -> String -> Bool -> Bool -> Maybe view -> String -> Word -> Bool -> Bool -> Bool -> Bool -> Bool -> IO ()Source

keyboardEventGetKeyIdentifier :: KeyboardEventClass self => self -> IO StringSource

keyboardEventGetKeyLocation :: KeyboardEventClass self => self -> IO WordSource

keyboardEventGetCtrlKey :: KeyboardEventClass self => self -> IO BoolSource

keyboardEventGetShiftKey :: KeyboardEventClass self => self -> IO BoolSource

keyboardEventGetAltKey :: KeyboardEventClass self => self -> IO BoolSource

keyboardEventGetMetaKey :: KeyboardEventClass self => self -> IO BoolSource

keyboardEventGetAltGraphKey :: KeyboardEventClass self => self -> IO BoolSource