Changeset 2478 for code/branches/objecthierarchy2/src/orxonox/objects/worldentities/CameraPosition.h
- Timestamp:
 - Dec 15, 2008, 11:26:16 PM (17 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/objecthierarchy2/src/orxonox/objects/worldentities/CameraPosition.h
r2087 r2478 49 49 { return this->bDrag_; } 50 50 51 inline void setAllowMouseLook(bool bAllow) 52 { this->bAllowMouseLook_ = bAllow; } 53 inline bool getAllowMouseLook() const 54 { return this->bAllowMouseLook_; } 55 51 56 void attachCamera(Camera* camera); 52 57 53 58 private: 54 59 bool bDrag_; 60 bool bAllowMouseLook_; 55 61 }; 56 62 }  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






