About Store Forum Documentation Contact



Post Reply 
Get button state
Author Message
Harry Offline
Member

Post: #1
Get button state
How can I get state of button which was created in GuiEditor? I can't use operator() because Button variable is a pointer.
02-20-2011 08:10 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Get button state
(*b)()
02-21-2011 05:07 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #3
RE: Get button state
Thanks, I didn't put () between *b wink
02-21-2011 07:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply