I don't think I can edit the wiki without permission. I would be happy
to help out there if that's the way you want to do it. Another important
thing would be in-code documentation. If you wanted to take the Doxygen
route, I would also be happy to do some patches to start adding Doxygen
comments to the more ambiguous function calls and classes. Good code
documentation beats tutorials any day.
-Isaac
1. Render offsets. I had no idea why my buttons and everything else were
drawing in the corner regardless of the positions that I set for them
2. LoadFont() is never called externally. It must be called from
MeasureText() by the developer who creates the custom renderer.
3. Not as important as 1 and 2, but it was slightly confusing that the
CustomRenderer tutorial claims there are pure virtual functions in
BaseRender.h, when in fact all of the functions have empty bodies
instead of the "= 0".
and I guess another major tutorial that would be helpful is input
injection