mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Implement auxclick
Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1304044 (native in moebius)
This commit is contained in:
parent
a0aca802af
commit
ea3430429d
15 changed files with 201 additions and 27 deletions
|
|
@ -3086,6 +3086,7 @@ case _value: eventName.AssignLiteral(_name) ; break
|
|||
_ASSIGN_eventName(eMouseDown,"eMouseDown");
|
||||
_ASSIGN_eventName(eMouseUp,"eMouseUp");
|
||||
_ASSIGN_eventName(eMouseClick,"eMouseClick");
|
||||
_ASSIGN_eventName(eMouseAuxClick,"eMouseAuxClick");
|
||||
_ASSIGN_eventName(eMouseDoubleClick,"eMouseDoubleClick");
|
||||
_ASSIGN_eventName(eMouseMove,"eMouseMove");
|
||||
_ASSIGN_eventName(eLoad,"eLoad");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue