Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

ESOUI » Developer Discussions » Bug Reports » [notabug] No middle mouse button for mail attachment.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off