VR-Forces Developer's Guide
 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 }
int numHats
Definition: joystickDevice.h:30
Definition: joystickDevice.h:22
#define DT_DLL_JOYSTICKCORE
Contains DLL export macros.
Definition: joystickCore.h:25
std::vector< char > centerIsZero
0 is not yet checked 1 is center is 0 2 is not center is zero
Definition: joystickDevice.h:35
int numAxis
Definition: joystickDevice.h:28
std::string joystickName
Definition: joystickDevice.h:25
int numButtons
Definition: joystickDevice.h:29
int deviceIndex
Definition: joystickDevice.h:27
std::string guid
Definition: joystickDevice.h:26
_SDL_Joystick * joystick
Definition: joystickDevice.h:24

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)