Sprite::pointTowardsMousePointer()
Points the sprite towards the current position of the mouse pointer. This method calculates the angle between the sprite's current position and the mouse pointer's position, then sets the sprite's direction accordingly.
Syntax
Java
.pointTowardsMousePointer()
Return
void
