SndView.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:SpatialTool 作者: JRcard 项目源码 文件源码
def updatePlayCursorPos(self, pos):
        w,h = self.GetSize()
        # Function receives value between 0 and 1.0. This value needs to be converted into absolute pixels.
        pos = math.floor(pos * w)
        self.playCursorPos = pos
        wx.CallAfter(self.Refresh)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号