Hi Folks,
when i´m starting this code:
Sub p_Touch (Action As Int, X As Float, Y As Float) As Boolean
Activity.Title = action
Return True
End Sub
the result is always 1 or 2 shown in the titlebar. I would have expected at least 1,2 or 3.
There is no difference between ACTION_DOWN or ACTION_UP...?
Did I miss something or has anyone experienced this too? Maybe this depends on the device? I got a Toshiba AT100.
Any comments are welcome!
when i´m starting this code:
Sub p_Touch (Action As Int, X As Float, Y As Float) As Boolean
Activity.Title = action
Return True
End Sub
the result is always 1 or 2 shown in the titlebar. I would have expected at least 1,2 or 3.
There is no difference between ACTION_DOWN or ACTION_UP...?
Did I miss something or has anyone experienced this too? Maybe this depends on the device? I got a Toshiba AT100.
Any comments are welcome!