i would like to have my app handling touching and clicking the same. Now, my application is able to react to clicks and to touches (with different listeners) - and only if i click the view it is highlighted. but i would like to have the same highlighting effect also when it is touched. So, i think that i have to force onClick (when touched) - but why is there not ONE functions for touching and clicking? (sure i understand that it is usefull to seperate them, but mostly, also developers dont care for the average-programms..
alex

