#include <terminal.h>

Public Member Functions | |
| virtual void | requestMove (IN int playerId, IN const point3d_t &delta, IN const point3d_t &euler, OUT point3d_t &newPosition)=0 |
| virtual void | notifyInput (IN int playerId, IN const event_t &event)=0 |
| terminal is notifying host that player input has been received | |
Protected Member Functions | |
| virtual | ~TerminalHost (void) throw () |
anyone that wants events from a terminal needs to implement this interface
Definition at line 64 of file terminal.h.
| virtual void aesop::TerminalHost::requestMove | ( | IN int | playerId, | |
| IN const point3d_t & | delta, | |||
| IN const point3d_t & | euler, | |||
| OUT point3d_t & | newPosition | |||
| ) | [pure virtual] |
| virtual void aesop::TerminalHost::notifyInput | ( | IN int | playerId, | |
| IN const event_t & | event | |||
| ) | [pure virtual] |
terminal is notifying host that player input has been received
1.7.1