mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-04-20 14:16:49 +00:00
#399: passive event listener support M1266066
This commit is contained in:
@@ -115,6 +115,9 @@ public:
|
||||
// perform its associated action. This is currently only relevant for
|
||||
// wheel and touch events.
|
||||
bool mHandledByAPZ : 1;
|
||||
// True if the event is currently being handled by an event listener that
|
||||
// was registered as a passive listener.
|
||||
bool mInPassiveListener: 1;
|
||||
|
||||
// If the event is being handled in target phase, returns true.
|
||||
inline bool InTargetPhase() const
|
||||
|
||||
Reference in New Issue
Block a user