Controller System
C4Controller.h

Controller::Move

Performs any per-frame movement or processing that a controller needs to do.
Prototype

virtual void Move(void);

Description