[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] To Marcus, regarding pgreloaded



In honor of the 1-month anniversary of you putting pgreloaded and the associated docs out there, I just browsed the repository and found sdlconstants.rst.  Since you asked me to point out issues with the documentation:

1) You've done a great job providing the list of keyboard constants I asked for - thanks, by the way - but lists of attributes associated with other constants are still missing.  The example I used last time were the JOYBUTTONUP and JOYBUTTONDOWN event constants having "which," "joy," "button" and "state" attributes; these are still undescribed (and even unmentioned), although at least the constants themselves have descriptions now.

2) The next-to-last part, "keyboard modifer states," is described as a list of constants.  If I'm understanding their role correctly, wouldn't these be reserved VARIABLES (specifically, booleans) as their values would change depending on what keys are pressed?

That said, looks like good progress so far.  Any plans for another formal release, or is that still over the horizon for now?