def stopwatch_reset(obj): #use on_release: app.stopwatch_start() to call
global swactive
global swminute
global swsecond
global swtenth
swactive = 0
swminute = 0
swsecond = 0
swtenth = 0
#hot key 1 settings functions
评论列表
文章目录