Android Question TOUCH constants

JeffT

Member
Licensed User
Trying to make use of the ACTION_DOWN, POINTER_DOWN etc etc in a select ...case

The action is being passed as an integer
Every example talks about ACTION_DOWN and similar in capital letters, but B4A doesnt recognise those as valid items in my select case.
Ive spent the afternoon trying to find a list of lookups
How can I make ACTION_DOWN work in my select case (is there something I need to include?)
or is there a list of values published anywhere?
 

JeffT

Member
Licensed User
Thanks Erel. I didn't find any examples that showed these as attributes/properties of the Panel - got it now!
 
Upvote 0
Top