I can’t get this to work, what am I doing wrong?
I can print out the mouse button that is clicked, but I can not get that value to do something. It acts like it doesn’t exist even though it can print the value.
import rhinoscriptsyntax as rs
import System.Windows.Forms
total=30
for i in range(total):
rs.Sleep(300)
mb= System.Windows.Forms.Control.MouseButtons
print i,"/",total," ",mb
if mb=="Left":
print "1"