Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
keyboardEventGetModifierState :: (KeyboardEventClass self, GlibString string) => self -> string -> IO Bool Source
keyboardEventInitKeyboardEvent :: (KeyboardEventClass self, DOMWindowClass view, GlibString string) => self -> string -> Bool -> Bool -> Maybe view -> string -> Word -> Bool -> Bool -> Bool -> Bool -> Bool -> IO () Source
keyboardEventGetKeyIdentifier :: (KeyboardEventClass self, GlibString string) => self -> IO string Source
keyboardEventGetKeyLocation :: KeyboardEventClass self => self -> IO Word Source
keyboardEventGetCtrlKey :: KeyboardEventClass self => self -> IO Bool Source
keyboardEventGetShiftKey :: KeyboardEventClass self => self -> IO Bool Source
keyboardEventGetAltKey :: KeyboardEventClass self => self -> IO Bool Source
keyboardEventGetMetaKey :: KeyboardEventClass self => self -> IO Bool Source
keyboardEventGetAltGraphKey :: KeyboardEventClass self => self -> IO Bool Source
data KeyboardEvent Source
castToKeyboardEvent :: GObjectClass obj => obj -> KeyboardEvent Source
toKeyboardEvent :: KeyboardEventClass o => o -> KeyboardEvent Source