bytedance / scene

Android Single Activity Framework compatible with Fragment.
Apache License 2.0
2.08k stars 198 forks source link

如何在Scene里面监听按键 #58

Closed wflian closed 3 years ago

wflian commented 3 years ago

原先在Activity里面是onKeyDown方法,现在在Scene里面有什么办法吗

qii commented 3 years ago

你想监听 down 的事件,只能写个自定义View了,Scene 里面没有分发 event 的回调