Class InputController
Reads in the inputs from the mouse and passes them to the InputHandler.
Namespace: AS2.UI
Assembly: .dll
Syntax
public class InputController : MonoBehaviour
Fields
debugMode
Declaration
private bool debugMode
Field Value
Type | Description |
---|---|
bool |
mouseState
Declaration
private InputHandler.MouseState mouseState
Field Value
Type | Description |
---|---|
InputHandler.MouseState |
Methods
DebugMouseInformation()
Declaration
public void DebugMouseInformation()
ManUpdate()
Call this once per frame. Reads the information from the mouse and keyboard and sends it to the InputHandler.
Declaration
public void ManUpdate()
Start()
Declaration
private void Start()