SyntaxFix
Write A Post
Hire A Developer
Questions
Any time you need a reference to the current object.
One particularly handy scenario is when your object is calling a function and wants to pass itself into it.
Example:
void onChange() { screen.draw(this); }