VEGO-Engine  0.1
Loading...
Searching...
No Matches
Input Management

Using the function registerAction() Keys (both key press and key release) can be mapped to do certain actions such as moving an entity. Example code can be found within the template under Controls.h and Controls.cpp.

Tip: If you want to apply any Inputs to a specific entity e.g. movement, simply pass the entity as a parameter in the initControls() function