|
![]() |
#1 |
![]() Hey,
I'm looking for a way to register OnMouseOver events on Texture object. I'm willing to be able to see item information on the bag addon I'm trying to create ( http://www.riftui.com/downloads/info180-zBag.html ). Thanks in advance! ![]() |
|
![]() |
![]() |
![]() |
#2 |
I think its the MouseIn and MouseOut events you need :
texFrame = UI.CreateFrame("Texture", "TextureFrame", context) texFrame:SetTexture(...) function texFrame.event:MouseIn() print("Mouse over texture frame") end function texFrame.event:MouseOut() print("Mouse left texture frame") end |
|
![]() |
![]() |
![]() |
#3 |
![]() It works! Thank you!
![]() |
|
![]() |
![]() |
![]() |
![]() | Riftui » AddOns, Layouts and Macros » Help/Support » Mouse Over events |
«
Previous Thread
|
Next Thread
»
|
Thread Tools | |
Display Modes | |
|
|