MCPcopy Create free account
hub / github.com/PyQt5/PyQt / mouseMoveEvent

Method mouseMoveEvent

QPropertyAnimation/RlatticeEffect.py:160–165  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

158 painter.end()
159
160 def mouseMoveEvent(self, event):
161 super(Window, self).mouseMoveEvent(event)
162 # 鼠标移动时更新xy坐标
163 self.target.x = event.x()
164 self.target.y = event.y()
165 self.update()
166
167 def initPoints(self):
168 t = time()

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
yMethod · 0.80
xMethod · 0.45

Tested by

no test coverage detected