webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
WebCore::MouseRelatedEventInit Struct Reference

#include <MouseRelatedEvent.h>

Inheritance diagram for WebCore::MouseRelatedEventInit:
WebCore::EventModifierInit WebCore::EventModifierInit WebCore::UIEventInit WebCore::UIEventInit WebCore::UIEventInit WebCore::UIEventInit WebCore::EventInit WebCore::EventInit WebCore::EventInit WebCore::EventInit WebCore::EventInit WebCore::EventInit WebCore::EventInit WebCore::EventInit WebCore::MouseEventInit WebCore::MouseEventInit WebCore::WheelEvent::Init WebCore::WheelEvent::Init WebCore::WheelEvent::Init WebCore::WheelEvent::Init

Public Attributes

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< DOMWindowview
 
int detail { 0 }
 
- Public Attributes inherited from WebCore::EventInit
bool bubbles { false }
 
bool cancelable { false }
 
bool composed { false }
 

Member Data Documentation

◆ screenX

int WebCore::MouseRelatedEventInit::screenX { 0 }

◆ screenY

int WebCore::MouseRelatedEventInit::screenY { 0 }

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