webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Static Public Member Functions | List of all members
WebCore::PlatformEventFactory Class Reference

#include <PlatformEventFactoryMac.h>

Static Public Member Functions

static WEBCORE_EXPORT PlatformMouseEvent createPlatformMouseEvent (NSEvent *, NSEvent *correspondingPressureEvent, NSView *windowView)
 
static PlatformWheelEvent createPlatformWheelEvent (NSEvent *, NSView *windowView)
 
static WEBCORE_EXPORT PlatformKeyboardEvent createPlatformKeyboardEvent (NSEvent *)
 
static WEBCORE_EXPORT PlatformMouseEvent createPlatformMouseEvent (WebEvent *)
 
static WEBCORE_EXPORT PlatformWheelEvent createPlatformWheelEvent (WebEvent *)
 
static WEBCORE_EXPORT PlatformKeyboardEvent createPlatformKeyboardEvent (WebEvent *)
 
static WEBCORE_EXPORT PlatformMouseEvent createPlatformMouseEvent (NSEvent *, NSEvent *correspondingPressureEvent, NSView *windowView)
 
static PlatformWheelEvent createPlatformWheelEvent (NSEvent *, NSView *windowView)
 
static WEBCORE_EXPORT PlatformKeyboardEvent createPlatformKeyboardEvent (NSEvent *)
 

Member Function Documentation

◆ createPlatformKeyboardEvent() [1/3]

PlatformKeyboardEvent WebCore::PlatformEventFactory::createPlatformKeyboardEvent ( NSEvent event)
static

◆ createPlatformKeyboardEvent() [2/3]

static WEBCORE_EXPORT PlatformKeyboardEvent WebCore::PlatformEventFactory::createPlatformKeyboardEvent ( NSEvent )
static

◆ createPlatformKeyboardEvent() [3/3]

PlatformKeyboardEvent WebCore::PlatformEventFactory::createPlatformKeyboardEvent ( WebEvent *  event)
static

◆ createPlatformMouseEvent() [1/3]

static WEBCORE_EXPORT PlatformMouseEvent WebCore::PlatformEventFactory::createPlatformMouseEvent ( NSEvent ,
NSEvent correspondingPressureEvent,
NSView windowView 
)
static

◆ createPlatformMouseEvent() [2/3]

PlatformMouseEvent WebCore::PlatformEventFactory::createPlatformMouseEvent ( NSEvent event,
NSEvent correspondingPressureEvent,
NSView windowView 
)
static

◆ createPlatformMouseEvent() [3/3]

PlatformMouseEvent WebCore::PlatformEventFactory::createPlatformMouseEvent ( WebEvent *  event)
static

◆ createPlatformWheelEvent() [1/3]

PlatformWheelEvent WebCore::PlatformEventFactory::createPlatformWheelEvent ( NSEvent event,
NSView windowView 
)
static

◆ createPlatformWheelEvent() [2/3]

static PlatformWheelEvent WebCore::PlatformEventFactory::createPlatformWheelEvent ( NSEvent ,
NSView windowView 
)
static

◆ createPlatformWheelEvent() [3/3]

PlatformWheelEvent WebCore::PlatformEventFactory::createPlatformWheelEvent ( WebEvent *  event)
static

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