13 #ifndef _HOPCAMERAROLLTOUCH_H
14 #define _HOPCAMERAROLLTOUCH_H
90 bool m_LightFollowsCamera;
virtual const char * GetName()
virtual HBaseOperator * Clone()
The HBaseOperator class serves as a base for classes which handle user input and operate on the scene...
Definition: HBaseOperator.h:60
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:332
The HTouchInfo class encapsulates touch events.
Definition: HEventInfo.h:80
virtual int OnTouchesUp(HEventInfo &hevent)
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:207
The HOpCameraRollTouch class rolls the camera around the current view axis.
Definition: HOpCameraRollTouch.h:30
virtual int OnTouchesDown(HEventInfo &hevent)
bool GetLightFollowsCamera()
Definition: HOpCameraRollTouch.h:78
virtual int OnTouchesMove(HEventInfo &hevent)
void SetLightFollowsCamera(bool follow)
Definition: HOpCameraRollTouch.h:75