|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <WheelEvent.h>
Public Attributes | |
| double | deltaX { 0 } |
| double | deltaY { 0 } |
| double | deltaZ { 0 } |
| unsigned | deltaMode { DOM_DELTA_PIXEL } |
| int | wheelDeltaX { 0 } |
| int | wheelDeltaY { 0 } |
Public Attributes inherited from WebCore::MouseEventInit | |
| int | clientX { 0 } |
| int | clientY { 0 } |
| unsigned short | button { 0 } |
| RefPtr< EventTarget > | relatedTarget |
Public Attributes inherited from WebCore::MouseRelatedEventInit | |
| int | screenX { 0 } |
| int | screenY { 0 } |
Public Attributes inherited from WebCore::EventModifierInit | |
| bool | ctrlKey { false } |
| bool | shiftKey { false } |
| bool | altKey { false } |
| bool | metaKey { false } |
| bool | modifierAltGraph { false } |
| bool | modifierCapsLock { false } |
Public Attributes inherited from WebCore::UIEventInit | |
| RefPtr< DOMWindow > | view |
| int | detail { 0 } |
Public Attributes inherited from WebCore::EventInit | |
| bool | bubbles { false } |
| bool | cancelable { false } |
| bool | composed { false } |
| unsigned WebCore::WheelEvent::Init::deltaMode { DOM_DELTA_PIXEL } |
| double WebCore::WheelEvent::Init::deltaX { 0 } |
| double WebCore::WheelEvent::Init::deltaY { 0 } |
| double WebCore::WheelEvent::Init::deltaZ { 0 } |
| int WebCore::WheelEvent::Init::wheelDeltaX { 0 } |
| int WebCore::WheelEvent::Init::wheelDeltaY { 0 } |
1.8.13