VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
exampleJoystick
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
12
#include <
joystickCore/joystickManager.h
>
13
#include <
joystickCore/joystickFunctionEnableHandler.h
>
14
17
18
namespace
makVrv
19
{
20
class
DtJoystickObserverControl
:
public
DtJoystickFunctionEnableHandler
21
{
22
public
:
23
DtJoystickObserverControl
(
DtDe
&);
24
virtual
~DtJoystickObserverControl
();
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 Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)