Android按鍵長按與短按事件

在有些按鍵事件中,須要區分長按,與短按的差異。多久屬於長按能夠自定義,通常默認在1s。ide 在這個長短按事件中,用到三個方法:spa onKeyDown()-----處理按下去的事件事件 onKeyUp()-----處理按鍵彈起的事件get onKeyLongPress()-----處理長按事件it 此處定義的一個全局變量  private boolean shortPress = false;
相關文章
相關標籤/搜索