View Single Post
04/24/19, 09:13 PM   #1
Phuein
 
Phuein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 132
Unhappy [notabug] No middle mouse button for mail attachment.

I've added a middle mouse button (number 3) event for my inventory items. When I try to do the same to mail attachments, it's the same event and it reports d() fine for buttons 1 and 2 (left and right buttons), but 3 (middle) is not recognized at all.

Please verify and fix. ty xoxo

Code:
ZO_PreHook("ZO_InventorySlot_OnSlotClicked", function(inventorySlot, button) d(button) end)
  Reply With Quote