View Single Post
04-20-13, 12:05 AM   #6
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
I don't know how other addons provide the Wheel feature but something I am sure, it is not standard.

From the file SecureTemplates.xml :

Code:
 <!-- A variant of SecureActionButtonTemplate used for unit buttons -->
    <Button name="SecureUnitButtonTemplate" inherits="SecureFrameTemplate" virtual="true">
        <Scripts>
            <OnClick function="SecureUnitButton_OnClick"/>
        </Scripts>
    </Button>
There is no OnMouseWheel script.

Sorry, I have fixed a issue with button click 10 to 15 in github.

__________________
RDX manager
Sigg
  Reply With Quote