|
| PlatformWheelEventBuilder (WebEvent *event) |
|
| PlatformWheelEventBuilder (NSEvent *event, NSView *windowView) |
|
| PlatformWheelEvent () |
|
| PlatformWheelEvent (IntPoint position, IntPoint globalPosition, float deltaX, float deltaY, float wheelTicksX, float wheelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) |
|
PlatformWheelEvent | copyTurningVerticalTicksIntoHorizontalTicks () const |
|
PlatformWheelEvent | copyWithDeltasAndVelocity (float deltaX, float deltaY, const FloatSize &velocity) const |
|
const IntPoint & | position () const |
|
const IntPoint & | globalPosition () const |
|
float | deltaX () const |
|
float | deltaY () const |
|
float | wheelTicksX () const |
|
float | wheelTicksY () const |
|
PlatformWheelEventGranularity | granularity () const |
|
bool | directionInvertedFromDevice () const |
|
const FloatSize & | scrollingVelocity () const |
|
bool | useLatchedEventElement () const |
|
| PlatformWheelEvent () |
|
| PlatformWheelEvent (IntPoint position, IntPoint globalPosition, float deltaX, float deltaY, float wheelTicksX, float wheelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) |
|
PlatformWheelEvent | copyTurningVerticalTicksIntoHorizontalTicks () const |
|
PlatformWheelEvent | copyWithDeltasAndVelocity (float deltaX, float deltaY, const FloatSize &velocity) const |
|
const IntPoint & | position () const |
|
const IntPoint & | globalPosition () const |
|
float | deltaX () const |
|
float | deltaY () const |
|
float | wheelTicksX () const |
|
float | wheelTicksY () const |
|
PlatformWheelEventGranularity | granularity () const |
|
bool | directionInvertedFromDevice () const |
|
const FloatSize & | scrollingVelocity () const |
|
bool | useLatchedEventElement () const |
|
Type | type () const |
|
bool | shiftKey () const |
|
bool | ctrlKey () const |
|
bool | altKey () const |
|
bool | metaKey () const |
|
OptionSet< Modifier > | modifiers () const |
|
double | timestamp () const |
|
Type | type () const |
|
bool | shiftKey () const |
|
bool | ctrlKey () const |
|
bool | altKey () const |
|
bool | metaKey () const |
|
OptionSet< Modifier > | modifiers () const |
|
double | timestamp () const |
|
|
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 () |
|
IntPoint | m_position |
|
IntPoint | m_globalPosition |
|
float | m_deltaX { 0 } |
|
float | m_deltaY { 0 } |
|
float | m_wheelTicksX { 0 } |
|
float | m_wheelTicksY { 0 } |
|
PlatformWheelEventGranularity | m_granularity { ScrollByPixelWheelEvent } |
|
bool | m_directionInvertedFromDevice { false } |
|
FloatSize | m_scrollingVelocity |
|
unsigned | m_type |
|
OptionSet< Modifier > | m_modifiers |
|
double | m_timestamp |
|