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

#include <EventModifierInit.h>

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

Public Attributes

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

◆ altKey

bool WebCore::EventModifierInit::altKey { false }

◆ ctrlKey

bool WebCore::EventModifierInit::ctrlKey { false }

◆ metaKey

bool WebCore::EventModifierInit::metaKey { false }

◆ modifierAltGraph

bool WebCore::EventModifierInit::modifierAltGraph { false }

◆ modifierCapsLock

bool WebCore::EventModifierInit::modifierCapsLock { false }

◆ shiftKey

bool WebCore::EventModifierInit::shiftKey { false }

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