This version of Unity is unsupported.

BaseInputModule.Process

Declaration

public void Process();

Description

Process the current tick for the module.

Executed once per Update call. Override for custom processing.