Exemplo n.º 1
0
	def onFocusLost(self):
		self._processingMB1 = 0
		self._processingMB3 = 0
		return Widget.onFocusLost(self)
Exemplo n.º 2
0
 def onFocusLost(self):
     Widget.onFocusLost(self)
     self.processAction(self.action)
Exemplo n.º 3
0
	def onFocusLost(self):
		Widget.onFocusLost(self)
		self.processAction(self.action)
Exemplo n.º 4
0
 def onFocusLost(self):
     self._processingMB1 = 0
     self._processingMB3 = 0
     return Widget.onFocusLost(self)