Add uppercase X and Y properties too

This commit is contained in:
Robin Dunn
2016-08-03 13:35:03 -07:00
parent 89795ee0d3
commit 000c3cac9e

View File

@@ -36,6 +36,8 @@ def run():
c.addProperty("x GetX SetX")
c.addProperty("y GetY SetY")
c.addProperty("X GetX SetX")
c.addProperty("Y GetY SetY")
c.addProperty("leftIsDown LeftIsDown SetLeftDown")
c.addProperty("middleIsDown MiddleIsDown SetMiddleDown")
c.addProperty("rightIsDown RightIsDown SetRightDown")