i have my hash table that looks like this
item ID - name (hash name is @Gui in this case)
1 - button X Y W H Text
2 - box X Y W H Text
3 - text X Y W H Text
i want it to search all the IDs and see if any of them are buttons then i want to tokenize the values and use them to see if its pressed in that area
ex :
1 - button 10 10 100 20 blah
i want to be able to click at 10 10 100 20 and do the event