About Store Forum Documentation Contact



Post Reply 
tap on gui how to check[android]
Author Message
dziablo Offline
Member

Post: #1
tap on gui how to check[android]
Hi, how to check it?

i tried like this and it is not working. I have no other idea :(
Code:
if(t.tapped()) //if tapped
{        
   if(t.guiObj()==null) //if there is no gui on touch start position
   {
(This post was last modified: 01-07-2014 09:38 PM by dziablo.)
01-07-2014 09:36 PM
Find all posts by this user Quote this message in a reply
dziablo Offline
Member

Post: #2
RE: tap on gui how to check[android]
help please i'm stuck there :<
01-13-2014 06:50 AM
Find all posts by this user Quote this message in a reply
cat555 Offline
Member

Post: #3
RE: tap on gui how to check[android]
Hi, not sure, but i think "Bloody Massacre" example project has something related with what you need.
01-20-2014 12:45 PM
Find all posts by this user Quote this message in a reply
Post Reply