VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
joystickDevice.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 
13 #pragma once
14 
16 #include <vector>
17 
18 struct _SDL_Joystick;
19 
20 namespace makVrv
21 {
23  {
24  _SDL_Joystick* joystick;
25  std::string joystickName;
26  std::string guid;
28  int numAxis;
30  int numHats;
31 
35  std::vector<char> centerIsZero;
36  };
37 }

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)