#include <NativeWebWheelEvent.h>
|
| enum | Granularity { ScrollByPageWheelEvent,
ScrollByPixelWheelEvent
} |
| |
| 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
} |
| |
| | WebWheelEvent () |
| |
| | WebWheelEvent (Type, const WebCore::IntPoint &position, const WebCore::IntPoint &globalPosition, const WebCore::FloatSize &delta, const WebCore::FloatSize &wheelTicks, Granularity, Modifiers, double timestamp) |
| |
| const WebCore::IntPoint | position () const |
| |
| const WebCore::IntPoint | globalPosition () const |
| |
| const WebCore::FloatSize | delta () const |
| |
| const WebCore::FloatSize | wheelTicks () const |
| |
| Granularity | granularity () const |
| |
| bool | directionInvertedFromDevice () const |
| |
| void | encode (IPC::Encoder &) const |
| |
| 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 bool | decode (IPC::Decoder &, WebWheelEvent &) |
| |
| | WebEvent () |
| |
| | WebEvent (Type, Modifiers, double timestamp) |
| |
| void | encode (IPC::Encoder &) const |
| |
| static bool | decode (IPC::Decoder &, WebEvent &) |
| |
The documentation for this class was generated from the following file: