예제 #1
0
 def down(path, button, mode):
     print "Down: %s from %s" % (buttonName(button, mode), path)
     sys.stdout.flush()
예제 #2
0
	def down(path, button, mode):
		print "Down: %s from %s" % (buttonName(button,mode), path)
		sys.stdout.flush()
예제 #3
0
 def up(path, button, mode):
     print "Up: %s from %s" % (buttonName(button, mode), path)
     sys.stdout.flush()
예제 #4
0
	def up(path, button, mode):
		print "Up: %s from %s" % (buttonName(button,mode), path)
		sys.stdout.flush()