webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | List of all members
WebKit::WebEventFactory Class Reference

#include <WebEventFactory.h>

Static Public Member Functions

static WebMouseEvent createWebMouseEvent (const GdkEvent *, int)
 
static WebWheelEvent createWebWheelEvent (const GdkEvent *)
 
static WebKeyboardEvent createWebKeyboardEvent (const GdkEvent *, const WebCore::CompositionResults &, Vector< String > &&commands)
 

Member Function Documentation

◆ createWebKeyboardEvent()

WebKeyboardEvent WebKit::WebEventFactory::createWebKeyboardEvent ( const GdkEvent event,
const WebCore::CompositionResults compositionResults,
Vector< String > &&  commands 
)
static

◆ createWebMouseEvent()

WebMouseEvent WebKit::WebEventFactory::createWebMouseEvent ( const GdkEvent event,
int  currentClickCount 
)
static

◆ createWebWheelEvent()

WebWheelEvent WebKit::WebEventFactory::createWebWheelEvent ( const GdkEvent event)
static

The documentation for this class was generated from the following files: