hi...example i have this code:
from PySide import QtGui, QtCore
def mouseAndkeyboard(*arg):
print **************
timer = QtCore.QTimer()
timer.setInterval(1000.0 / 200) # Print 25 times per second
timer.timeout.connect(print_mouse_position)
timer.start()
now i want mouseAndkeyboard def print... the shift key or midle button
or...is Pressing or no?
sorry,my english is bad
--
You received this message because you are subscribed to the Google Groups
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/python_inside_maya/c46c0620-6141-4156-a94a-0529a77df42a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.