Blaze Brigade  Rev0
Static Public Member Functions | List of all members
Controller.MouseHandler Class Reference

Handles all user mouse input. More...

Static Public Member Functions

static void updateMouse (Graph graph, Camera camera)
 

Detailed Description

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.

Member Function Documentation

§ updateMouse()

static void Controller.MouseHandler.updateMouse ( Graph  graph,
Camera  camera 
)
static

Performs appropriate actions in response to mouse input.

Parameters
graphGraph representing the current game map.
cameraThe camera of the game.

The documentation for this class was generated from the following file: