webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
List of all members
WebKit::NativeWebMouseEvent Class Reference

#include <NativeWebMouseEvent.h>

Inheritance diagram for WebKit::NativeWebMouseEvent:
WebKit::WebMouseEvent WebKit::WebEvent

Additional Inherited Members

- Public Types inherited from WebKit::WebMouseEvent
enum  Button { NoButton = -1, LeftButton, MiddleButton, RightButton }
 
enum  SyntheticClickType { NoTap, OneFingerTap, TwoFingerTap }
 
- Public Types inherited from WebKit::WebEvent
enum  Type {
  NoType = -1, MouseDown, MouseUp, MouseMove,
  MouseForceChanged, MouseForceDown, MouseForceUp, Wheel,
  KeyDown, KeyUp, RawKeyDown, Char
}
 
enum  Modifiers {
  ShiftKey = 1 << 0, ControlKey = 1 << 1, AltKey = 1 << 2, MetaKey = 1 << 3,
  CapsLockKey = 1 << 4
}
 
- Public Member Functions inherited from WebKit::WebMouseEvent
 WebMouseEvent ()
 
 WebMouseEvent (Type, Button, const WebCore::IntPoint &position, const WebCore::IntPoint &globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers, double timestamp, double force=0, SyntheticClickType=NoTap)
 
Button button () const
 
const WebCore::IntPointposition () const
 
const WebCore::IntPointglobalPosition () const
 
float deltaX () const
 
float deltaY () const
 
float deltaZ () const
 
int32_t clickCount () const
 
double force () const
 
SyntheticClickType syntheticClickType () const
 
void encode (IPC::Encoder &) const
 
- Public Member Functions inherited from WebKit::WebEvent
Type type () const
 
bool shiftKey () const
 
bool controlKey () const
 
bool altKey () const
 
bool metaKey () const
 
bool capsLockKey () const
 
Modifiers modifiers () const
 
double timestamp () const
 
- Static Public Member Functions inherited from WebKit::WebMouseEvent
static bool decode (IPC::Decoder &, WebMouseEvent &)
 
- Protected Member Functions inherited from WebKit::WebEvent
 WebEvent ()
 
 WebEvent (Type, Modifiers, double timestamp)
 
void encode (IPC::Encoder &) const
 
- Static Protected Member Functions inherited from WebKit::WebEvent
static bool decode (IPC::Decoder &, WebEvent &)
 

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