#include <PlatformEvent.h>
|
enum | Type : uint8_t {
NoType = 0,
KeyDown,
KeyUp,
RawKeyDown,
Char,
MouseMoved,
MousePressed,
MouseReleased,
MouseForceChanged,
MouseForceDown,
MouseForceUp,
MouseScroll,
Wheel,
NoType = 0,
KeyDown,
KeyUp,
RawKeyDown,
Char,
MouseMoved,
MousePressed,
MouseReleased,
MouseForceChanged,
MouseForceDown,
MouseForceUp,
MouseScroll,
Wheel
} |
|
enum | Modifier {
Modifier::AltKey = 1 << 0,
Modifier::CtrlKey = 1 << 1,
Modifier::MetaKey = 1 << 2,
Modifier::ShiftKey = 1 << 3,
Modifier::CapsLockKey = 1 << 4,
Modifier::AltKey = 1 << 0,
Modifier::CtrlKey = 1 << 1,
Modifier::MetaKey = 1 << 2,
Modifier::ShiftKey = 1 << 3,
Modifier::CapsLockKey = 1 << 4
} |
|
enum | Type : uint8_t {
NoType = 0,
KeyDown,
KeyUp,
RawKeyDown,
Char,
MouseMoved,
MousePressed,
MouseReleased,
MouseForceChanged,
MouseForceDown,
MouseForceUp,
MouseScroll,
Wheel,
NoType = 0,
KeyDown,
KeyUp,
RawKeyDown,
Char,
MouseMoved,
MousePressed,
MouseReleased,
MouseForceChanged,
MouseForceDown,
MouseForceUp,
MouseScroll,
Wheel
} |
|
enum | Modifier {
Modifier::AltKey = 1 << 0,
Modifier::CtrlKey = 1 << 1,
Modifier::MetaKey = 1 << 2,
Modifier::ShiftKey = 1 << 3,
Modifier::CapsLockKey = 1 << 4,
Modifier::AltKey = 1 << 0,
Modifier::CtrlKey = 1 << 1,
Modifier::MetaKey = 1 << 2,
Modifier::ShiftKey = 1 << 3,
Modifier::CapsLockKey = 1 << 4
} |
|
|
| PlatformEvent () |
|
| PlatformEvent (Type type) |
|
| PlatformEvent (Type type, OptionSet< Modifier > modifiers, double timestamp) |
|
| PlatformEvent (Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) |
|
| ~PlatformEvent () |
|
| PlatformEvent () |
|
| PlatformEvent (Type type) |
|
| PlatformEvent (Type type, OptionSet< Modifier > modifiers, double timestamp) |
|
| PlatformEvent (Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) |
|
| ~PlatformEvent () |
|
◆ Modifier [1/2]
Enumerator |
---|
AltKey | |
CtrlKey | |
MetaKey | |
ShiftKey | |
CapsLockKey | |
AltKey | |
CtrlKey | |
MetaKey | |
ShiftKey | |
CapsLockKey | |
◆ Modifier [2/2]
Enumerator |
---|
AltKey | |
CtrlKey | |
MetaKey | |
ShiftKey | |
CapsLockKey | |
AltKey | |
CtrlKey | |
MetaKey | |
ShiftKey | |
CapsLockKey | |
◆ Type [1/2]
Enumerator |
---|
NoType | |
KeyDown | |
KeyUp | |
RawKeyDown | |
Char | |
MouseMoved | |
MousePressed | |
MouseReleased | |
MouseForceChanged | |
MouseForceDown | |
MouseForceUp | |
MouseScroll | |
Wheel | |
NoType | |
KeyDown | |
KeyUp | |
RawKeyDown | |
Char | |
MouseMoved | |
MousePressed | |
MouseReleased | |
MouseForceChanged | |
MouseForceDown | |
MouseForceUp | |
MouseScroll | |
Wheel | |
◆ Type [2/2]
Enumerator |
---|
NoType | |
KeyDown | |
KeyUp | |
RawKeyDown | |
Char | |
MouseMoved | |
MousePressed | |
MouseReleased | |
MouseForceChanged | |
MouseForceDown | |
MouseForceUp | |
MouseScroll | |
Wheel | |
NoType | |
KeyDown | |
KeyUp | |
RawKeyDown | |
Char | |
MouseMoved | |
MousePressed | |
MouseReleased | |
MouseForceChanged | |
MouseForceDown | |
MouseForceUp | |
MouseScroll | |
Wheel | |
◆ PlatformEvent() [1/8]
WebCore::PlatformEvent::PlatformEvent |
( |
| ) |
|
|
inlineprotected |
◆ PlatformEvent() [2/8]
WebCore::PlatformEvent::PlatformEvent |
( |
Type |
type | ) |
|
|
inlineexplicitprotected |
◆ PlatformEvent() [3/8]
◆ PlatformEvent() [4/8]
WebCore::PlatformEvent::PlatformEvent |
( |
Type |
type, |
|
|
bool |
shiftKey, |
|
|
bool |
ctrlKey, |
|
|
bool |
altKey, |
|
|
bool |
metaKey, |
|
|
double |
timestamp |
|
) |
| |
|
inlineprotected |
◆ ~PlatformEvent() [1/2]
WebCore::PlatformEvent::~PlatformEvent |
( |
| ) |
|
|
inlineprotected |
◆ PlatformEvent() [5/8]
WebCore::PlatformEvent::PlatformEvent |
( |
| ) |
|
|
inlineprotected |
◆ PlatformEvent() [6/8]
WebCore::PlatformEvent::PlatformEvent |
( |
Type |
type | ) |
|
|
inlineexplicitprotected |
◆ PlatformEvent() [7/8]
◆ PlatformEvent() [8/8]
WebCore::PlatformEvent::PlatformEvent |
( |
Type |
type, |
|
|
bool |
shiftKey, |
|
|
bool |
ctrlKey, |
|
|
bool |
altKey, |
|
|
bool |
metaKey, |
|
|
double |
timestamp |
|
) |
| |
|
inlineprotected |
◆ ~PlatformEvent() [2/2]
WebCore::PlatformEvent::~PlatformEvent |
( |
| ) |
|
|
inlineprotected |
◆ altKey() [1/2]
bool WebCore::PlatformEvent::altKey |
( |
| ) |
const |
|
inline |
◆ altKey() [2/2]
bool WebCore::PlatformEvent::altKey |
( |
| ) |
const |
|
inline |
◆ ctrlKey() [1/2]
bool WebCore::PlatformEvent::ctrlKey |
( |
| ) |
const |
|
inline |
◆ ctrlKey() [2/2]
bool WebCore::PlatformEvent::ctrlKey |
( |
| ) |
const |
|
inline |
◆ metaKey() [1/2]
bool WebCore::PlatformEvent::metaKey |
( |
| ) |
const |
|
inline |
◆ metaKey() [2/2]
bool WebCore::PlatformEvent::metaKey |
( |
| ) |
const |
|
inline |
◆ modifiers() [1/2]
◆ modifiers() [2/2]
◆ shiftKey() [1/2]
bool WebCore::PlatformEvent::shiftKey |
( |
| ) |
const |
|
inline |
◆ shiftKey() [2/2]
bool WebCore::PlatformEvent::shiftKey |
( |
| ) |
const |
|
inline |
◆ timestamp() [1/2]
double WebCore::PlatformEvent::timestamp |
( |
| ) |
const |
|
inline |
◆ timestamp() [2/2]
double WebCore::PlatformEvent::timestamp |
( |
| ) |
const |
|
inline |
◆ type() [1/2]
Type WebCore::PlatformEvent::type |
( |
| ) |
const |
|
inline |
◆ type() [2/2]
Type WebCore::PlatformEvent::type |
( |
| ) |
const |
|
inline |
◆ m_modifiers
◆ m_timestamp
double WebCore::PlatformEvent::m_timestamp |
|
protected |
◆ m_type
unsigned WebCore::PlatformEvent::m_type |
|
protected |
The documentation for this class was generated from the following file:
- DerivedData/WebKit/Build/Products/Debug/WebCore.framework/Versions/A/PrivateHeaders/PlatformEvent.h