Click detection does not support rotations
Forgot to add support for this since rotation wasn't included in the initial control PR.
Logs:
Correct output: click at: canvas x | canvas y | ~200 | ~200
Actual output:
Actions (for the logs):
- Click a point.
- Translate and click the same point.
- Scale and click the same point.
- Rotate and click the same point.