gi-webkit-3.0.14: WebKit bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMMouseEvent

Contents

Description

 

Synopsis

Exported types

Methods

getAltKey

dOMMouseEventGetAltKey Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getButton

dOMMouseEventGetButton Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m Word16

Returns: A gushort

No description available in the introspection data.

getClientX

dOMMouseEventGetClientX Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getClientY

dOMMouseEventGetClientY Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getCtrlKey

dOMMouseEventGetCtrlKey Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getFromElement

dOMMouseEventGetFromElement Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

getMetaKey

dOMMouseEventGetMetaKey Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getOffsetX

dOMMouseEventGetOffsetX Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getOffsetY

dOMMouseEventGetOffsetY Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getRelatedTarget

dOMMouseEventGetRelatedTarget Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m DOMEventTarget

Returns: A DOMEventTarget

No description available in the introspection data.

getScreenX

dOMMouseEventGetScreenX Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getScreenY

dOMMouseEventGetScreenY Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getShiftKey

dOMMouseEventGetShiftKey Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getToElement

dOMMouseEventGetToElement Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m DOMNode

Returns: A DOMNode

No description available in the introspection data.

getWebkitMovementX

dOMMouseEventGetWebkitMovementX Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getWebkitMovementY

dOMMouseEventGetWebkitMovementY Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getX

dOMMouseEventGetX Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getY

dOMMouseEventGetY Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a) 
=> a

self: A DOMMouseEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

initMouseEvent

dOMMouseEventInitMouseEvent Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMMouseEvent a, IsDOMDOMWindow b, IsDOMEventTarget c) 
=> a

self: A DOMMouseEvent

-> Text

type: A gchar

-> Bool

canBubble: A Bool

-> Bool

cancelable: A Bool

-> b

view: A DOMDOMWindow

-> CLong

detail: A glong

-> CLong

screenX: A glong

-> CLong

screenY: A glong

-> CLong

clientX: A glong

-> CLong

clientY: A glong

-> Bool

ctrlKey: A Bool

-> Bool

altKey: A Bool

-> Bool

shiftKey: A Bool

-> Bool

metaKey: A Bool

-> Word16

button: A gushort

-> c

relatedTarget: A DOMEventTarget

-> m () 

No description available in the introspection data.

Properties

altKey

button

clientX

clientY

ctrlKey

fromElement

metaKey

offsetX

offsetY

relatedTarget

screenX

screenY

shiftKey

toElement

webkitMovementX

webkitMovementY

x

y