当前位置: 代码迷 >> 综合 >> 关于Android onKeyDown()方法
  详细解决方案

关于Android onKeyDown()方法

热度:17   发布时间:2023-11-21 01:39:53.0

public boolean onKeyDown (int keyCode, KeyEvent event)

Returns

Return true to prevent this event from being propagated further, or false to indicate that you have not handled this event and it should continue to be propagated.

返回true以防止进一步传播此事件,或返回false以指示您尚未处理此事件,应继续传播它。

即返回true表示方法执行到此。

  相关解决方案