Method
WebKit2WebExtensionDOMMouseEventinit_mouse_event
deprecated: 2.22
Declaration [src]
void
webkit_dom_mouse_event_init_mouse_event (
  WebKitDOMMouseEvent* self,
  const gchar* type,
  gboolean canBubble,
  gboolean cancelable,
  WebKitDOMDOMWindow* view,
  glong detail,
  glong screenX,
  glong screenY,
  glong clientX,
  glong clientY,
  gboolean ctrlKey,
  gboolean altKey,
  gboolean shiftKey,
  gboolean metaKey,
  gushort button,
  WebKitDOMEventTarget* relatedTarget
)
      Parameters
type- 
            
Type:
const gchar*A #gchar.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.  canBubble- 
            
Type:
gbooleanA #gboolean.
 cancelable- 
            
Type:
gbooleanA #gboolean.
 view- 
            
Type:
WebKitDOMDOMWindowA
WebKitDOMDOMWindow.The data is owned by the caller of the function.  detail- 
            
Type:
glongA #glong.
 screenX- 
            
Type:
glongA #glong.
 screenY- 
            
Type:
glongA #glong.
 clientX- 
            
Type:
glongA #glong.
 clientY- 
            
Type:
glongA #glong.
 ctrlKey- 
            
Type:
gbooleanA #gboolean.
 altKey- 
            
Type:
gbooleanA #gboolean.
 shiftKey- 
            
Type:
gbooleanA #gboolean.
 metaKey- 
            
Type:
gbooleanA #gboolean.
 button- 
            
Type:
gushortA #gushort.
 relatedTarget- 
            
Type:
WebKitDOMEventTargetA
WebKitDOMEventTarget.The data is owned by the caller of the function.