5 years ago
As discussed on Discord with Soru, I use the forum to summarize little things I found.
This is not a very nice way to code (and this is not the case in CircuitPython mode)
Better, the values already exists as
Button::down
Button::up
Can't we document the reference usage as the Button:XXX ?
gb.collideRectRect
gb.collidePointRect
...
The current way seems to be:
gb.collide.rectRect
gb.collide.PointRect
...
NEW 5 years ago
Fixed the collide thing, still gotta do the buttons stuffs. Thanks for reporting!