Android onFling not responding

后端 未结 5 1656
野的像风
野的像风 2020-12-30 13:28

I am new to android first of all so think of any newbie mistakes first

I am trying to add a fling function in my code.

public class MainGamePanel ext         


        
5条回答
  •  星月不相逢
    2020-12-30 13:48

    I tried the return value of onDown method to true, it didn't work. then i set ll_action_menu.setLongClickable(true);

    it worked

提交回复
热议问题