update gui and triggering: speed sync works!
This commit is contained in:
@@ -100,12 +100,12 @@ class MPLCanvasVelo(FigureCanvas):
|
||||
|
||||
def OnBtnPress(self, event):
|
||||
"""on button press we will see if the mouse is over us and store some data"""
|
||||
print(dir(event.guiEvent))
|
||||
#print(dir(event.guiEvent))
|
||||
return
|
||||
|
||||
def OnBtnRelease(self, event):
|
||||
"""on release we reset the press data"""
|
||||
print(dir(event.guiEvent))
|
||||
#print(dir(event.guiEvent))
|
||||
#self.OnMouse(event)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user