94 #define FS_isInputBetween(inputType,min,max) inputType >= min && inputType < max ? true : false 95 #define FS_isButtion(inputType) FS_isInputBetween(inputType,Button0,LastButton) 96 #define FS_isDpad(inputType) FS_isInputBetween(inputType,DPadUp,LastDPad) 97 #define FS_isAxis(inputType) FS_isInputBetween(inputType,XAxis,LastAxis) 98 #define FS_isTrigger(inputType) FS_isInputBetween(inputType,Trigger1,LastTrigger) Definition: IFSDevice.h:33
Definition: IFSDevice.h:86
Definition: IFSDevice.h:74
Definition: IFSDevice.h:91
Definition: IFSDevice.h:111
Definition: IFSDevice.h:62
IFSDevice()
Definition: IFSDevice.h:114
Definition: IFSDevice.h:80
Definition: IFSDevice.h:104
Definition: IFSDevice.h:89
Definition: IFSDevice.h:63
Definition: IFSDevice.h:87
Definition: IFSDevice.h:51
virtual ~IFSDevice()
Definition: IFSDevice.h:115
virtual FSDeviceType getClassType() const =0
Definition: IFSDevice.h:56
Definition: IFSDevice.h:106
Definition: IFSDevice.h:49
Definition: IFSDevice.h:107
Definition: IFSDevice.h:83
Definition: IFSDevice.h:77
virtual idNumber getJoystickID() const =0
Definition: IFSDevice.h:75
Definition: IFSDevice.h:53
Definition: IFSDevice.h:37
Definition: IFSDevice.h:46
Definition: IFSDevice.h:38
uint32_t idNumber
Definition: FSTypes.h:33
Definition: IFSDevice.h:85
Definition: IFSDevice.h:69
Definition: IFSDevice.h:81
Definition: IFSDevice.h:66
Definition: IFSDevice.h:64
Definition: IFSDevice.h:60
Definition: IFSDevice.h:48
Definition: IFSDevice.h:52
Definition: IFSDevice.h:44
Definition: IFSDevice.h:39
Definition: IFSDevice.h:84
Definition: IFSDevice.h:79
Definition: IFSDevice.h:55
Definition: IFSDevice.h:71
Definition: IFSDevice.h:103
Definition: FSBaseDevice.h:32
Definition: IFSDevice.h:54
Definition: IFSDevice.h:82
Definition: IFSDevice.h:47
FSDeviceType
Definition: IFSDevice.h:100
Definition: IFSDevice.h:73
Definition: IFSDevice.h:90
Definition: IFSDevice.h:36
Definition: IFSDevice.h:34
Definition: IFSDevice.h:78
Definition: IFSDevice.h:58
Definition: IFSDevice.h:40
Definition: IFSDevice.h:57
Definition: IFSDevice.h:43
Definition: IFSDevice.h:65
Definition: IFSDevice.h:102
Definition: IFSDevice.h:88
Definition: IFSDevice.h:72
Definition: IFSDevice.h:68
Definition: IFSDevice.h:41
Definition: IFSDevice.h:76
Definition: IFSDevice.h:61
Definition: IFSDevice.h:108
Definition: IFSDevice.h:50
Definition: IFSDevice.h:59
Definition: IFSDevice.h:70
Definition: IFSDevice.h:42
Definition: IFSDevice.h:105
FSDeviceInput
Definition: IFSDevice.h:31
Definition: IFSDevice.h:35
Definition: IFSDevice.h:67