I've added a tiled list to my hud, taken from the click components file.
I've created my own ListItemRenderer and inside I've added a dragslot.
It looks great and scrolls etc, but the dragslot is not responding to any mouse events. I guess it's because the ListItemRenderer (where it resides) is capturing the mouse events. Does anyone know how i can allow the dragslots inside the list items to be used?
Thanks in advance.
I've created my own ListItemRenderer and inside I've added a dragslot.
It looks great and scrolls etc, but the dragslot is not responding to any mouse events. I guess it's because the ListItemRenderer (where it resides) is capturing the mouse events. Does anyone know how i can allow the dragslots inside the list items to be used?
Thanks in advance.
Comment