VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtJoystickObserverControl.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2015 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
14 
17 
18 namespace makVrv
19 {
21  {
22  public:
25 
28  virtual bool joystickFunctionFired(const std::string& functionGroup, const std::string& function,
29  double value, bool repeat, bool valueChanged);
30 
31  protected:
32  virtual void selectConfiguration(const std::string&);
33  virtual bool currentIs2D() const;
34 
35  virtual void moveObserverLeftRight(double);
36  virtual void moveObserverForwardBackward(double);
37  virtual void moveObserverUpDown(double);
38  virtual void yaw(double);
39  virtual void pitch(double);
40  virtual void roll(double);
41  virtual void attachNext();
42  virtual void attachPrevious();
43  virtual void reset();
44  };
45 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)