About Store Forum Documentation Contact



Post Reply 
Check if guiobj is clicked
Author Message
Dandruff Offline
Member

Post: #1
Check if guiobj is clicked
I have a TextLine *chat_textline; how could i check if it has been clicked/check if its on focus?
04-03-2011 01:42 AM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #2
RE: Check if guiobj is clicked
if(Gui.kb==&textline)

There is always evil somewhere, you just have to look for it properly.
04-03-2011 02:23 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Dandruff Offline
Member

Post: #3
RE: Check if guiobj is clicked
Cool, thanks
04-03-2011 06:14 PM
Find all posts by this user Quote this message in a reply
Post Reply