mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Add uppercase X and Y properties too
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user