How do you make the camera rotate with WASD keys in top down style game?

You can also implement a custom camera class in C++ that does WASD panning and rotation; that’s how we did it.