17#ifndef __albaAvatar2D_h
18#define __albaAvatar2D_h
56 friend class albaAvatar2DTest;
Avatars are entities moving in the virtual world according to user's movements, and thus representing...
virtual void OnEvent(albaEventBase *event)
Process events coming from tracker.
void SetMouse(albaDeviceButtonsPadMouse *mouse)
set the mouse to be used for this avatar2D
albaDeviceButtonsPadMouse * GetMouse()
return the Mouse device associated to this avatar
albaTypeMacro(albaAvatar2D, albaInteractor)
Implementation of the message object for the Subject/Observer design pattern.
Abstract class for ALBA interactors This class provides base interface and features of ALBA continuou...