Integration Guide
In GIPS, you can adapt your traditional input handling logic by create custom InputChecker and InputProcessor, So that you can matain a unified data-drivn approach of input management.
The following contents serve as some examples.
GAS Integration
The system does not directly integrate with GAS because each project may use different GAS setup. However, thanks to the ease of use of the input system, you can easily integrate with GAS by creating custom input processors.
Taking my GAS combat system as an example, you can see what the input processor in my combat system looks like.
