def onAction(self, action):
'''Respond to Kodi actions e.g. exit'''
if action.getId() in (9, 10, 92, 216, 247, 257, 275, 61467, 61448, ):
self.close_dialog(True)
# an item in the list is clicked
if (action.getId() == 7 or action.getId() == 100) and xbmc.getCondVisibility(
"Control.HasFocus(3) | Control.HasFocus(6)"):
self.close_dialog()
dialogselect.py 文件源码
python
阅读 19
收藏 0
点赞 0
评论 0
评论列表
文章目录