Example #1
0
 def onMouseOver(self):
     if self._processingMB1:
         self.theme.playButtonSound(self)
         self.pressed = not self.pressed
     else:
         self.highlighted = 1
         self.processAction(self.hoverAction, self.highlighted)
     return Widget.onMouseOver(self)
Example #2
0
 def onMouseOver(self):
     if self._processingMB1:
         self.theme.playButtonSound(self)
         self.pressed = not self.pressed
     else:
         self.highlighted = 1
         self.processAction(self.hoverAction, self.highlighted)
     return Widget.onMouseOver(self)
Example #3
0
	def onMouseOver(self):
		if self._processingMB1:
			self.checked = not self.checked
		return Widget.onMouseOver(self)
Example #4
0
	def onMouseOver(self):
		if self._processingMB1:
			self.theme.playButtonSound(self)
			self.pressed = not self.pressed
		return Widget.onMouseOver(self)
Example #5
0
 def onMouseOver(self):
     if self._processingMB1:
         self.checked = not self.checked
     return Widget.onMouseOver(self)
Example #6
0
 def onMouseOver(self):
     if self._processingMB1:
         self.theme.playButtonSound(self)
         self.pressed = not self.pressed
     return Widget.onMouseOver(self)