#include <KeyboardController.h>
Inheritance diagram for KeyboardController:
Public Methods | |
KeyboardController () | |
Default constructor. | |
KeyboardController (Character *c, const KeyboardSettings &ks) | |
Constructor. | |
~KeyboardController () | |
Destructor. | |
virtual void | control (float dt) |
Control the attached character. |
|
Default constructor. Authors: Jim Clase, Jonathan Hilliker, Jason Winnebeck |
|
Constructor.
|
|
Destructor.
|
|
Control the attached character.
Implements Controller. |