mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
moebius#71: DOM - Pointer Events - improvements
https://github.com/MoonchildProductions/moebius/pull/71
This commit is contained in:
parent
10e5833dce
commit
40c62c205b
23 changed files with 294 additions and 430 deletions
|
|
@ -1298,11 +1298,11 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
static void DispatchGotOrLostPointerCaptureEvent(bool aIsGotCapture,
|
||||
uint32_t aPointerId,
|
||||
uint16_t aPointerType,
|
||||
bool aIsPrimary,
|
||||
nsIContent* aCaptureTarget);
|
||||
static void DispatchGotOrLostPointerCaptureEvent(
|
||||
bool aIsGotCapture,
|
||||
const mozilla::WidgetPointerEvent* aPointerEvent,
|
||||
nsIContent* aCaptureTarget);
|
||||
|
||||
static PointerCaptureInfo* GetPointerCaptureInfo(uint32_t aPointerId);
|
||||
static void SetPointerCapturingContent(uint32_t aPointerId,
|
||||
nsIContent* aContent);
|
||||
|
|
@ -1311,8 +1311,8 @@ public:
|
|||
|
||||
// CheckPointerCaptureState checks cases, when got/lostpointercapture events
|
||||
// should be fired.
|
||||
static void CheckPointerCaptureState(uint32_t aPointerId,
|
||||
uint16_t aPointerType, bool aIsPrimary);
|
||||
static void CheckPointerCaptureState(
|
||||
const mozilla::WidgetPointerEvent* aPointerEvent);
|
||||
|
||||
// GetPointerInfo returns true if pointer with aPointerId is situated in
|
||||
// device, false otherwise.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue