Class InputController
Reads in the inputs from the mouse and passes them to the InputHandler.
Inheritance
object
InputController
Namespace: AS2.UI
Assembly: .dll
Syntax
public class InputController : MonoBehaviour
Fields
| Edit this page View SourcedebugMode
Declaration
private bool debugMode
Field Value
Type | Description |
---|---|
bool |
mouseState
Declaration
private InputHandler.MouseState mouseState
Field Value
Type | Description |
---|---|
InputHandler.MouseState |
Methods
| Edit this page View SourceDebugMouseInformation()
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()