Blaze Brigade
|
Handles all user mouse input. More...
Static Public Member Functions | |
static void | updateMouse (Graph graph, Camera camera) |
Handles all user mouse input.
This class performs appropriate actions in response to user mouse input by updating the Model. It also calls GameFunction (also within Controller) to update the Model (state of the game) in reaction to user input.
Performs appropriate actions in response to mouse input.
graph | Graph representing the current game map. |
camera | The camera of the game. |