def down(path, button, mode): print "Down: %s from %s" % (buttonName(button, mode), path) sys.stdout.flush()
def down(path, button, mode): print "Down: %s from %s" % (buttonName(button,mode), path) sys.stdout.flush()
def up(path, button, mode): print "Up: %s from %s" % (buttonName(button, mode), path) sys.stdout.flush()
def up(path, button, mode): print "Up: %s from %s" % (buttonName(button,mode), path) sys.stdout.flush()