DOMKeyboardEvent

Constructors

this
this(WebKitDOMKeyboardEvent* webKitDOMKeyboardEvent, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getAltGraphKey
bool getAltGraphKey()
getAltKey
bool getAltKey()
getCtrlKey
bool getCtrlKey()
getDOMKeyboardEventStruct
WebKitDOMKeyboardEvent* getDOMKeyboardEventStruct(bool transferOwnership)

Get the main Gtk struct

getKeyIdentifier
string getKeyIdentifier()
getKeyLocation
gulong getKeyLocation()
getMetaKey
bool getMetaKey()
getModifierState
bool getModifierState(string keyIdentifierArg)
getShiftKey
bool getShiftKey()
getStruct
void* getStruct()

the main Gtk struct as a void*

initKeyboardEvent
void initKeyboardEvent(string type, bool canBubble, bool cancelable, DOMDOMWindow view, string keyIdentifier, gulong location, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)

Static functions

getType
GType getType()

Variables

webKitDOMKeyboardEvent
WebKitDOMKeyboardEvent* webKitDOMKeyboardEvent;

the main Gtk struct

Inherited Members

From DOMUIEvent

webKitDOMUIEvent
WebKitDOMUIEvent* webKitDOMUIEvent;

the main Gtk struct

getDOMUIEventStruct
WebKitDOMUIEvent* getDOMUIEventStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
getCharCode
glong getCharCode()
getDetail
glong getDetail()
getKeyCode
glong getKeyCode()
getLayerX
glong getLayerX()
getLayerY
glong getLayerY()
getPageX
glong getPageX()
getPageY
glong getPageY()
getView
DOMDOMWindow getView()
initUiEvent
void initUiEvent(string type, bool canBubble, bool cancelable, DOMDOMWindow view, glong detail)

Meta