mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +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
|
|
@ -257,6 +257,7 @@ WheelTransaction::OnEvent(WidgetEvent* aEvent)
|
|||
case eMouseUp:
|
||||
case eMouseDown:
|
||||
case eMouseDoubleClick:
|
||||
case eMouseAuxClick:
|
||||
case eMouseClick:
|
||||
case eContextMenu:
|
||||
case eDrop:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue