diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-29 00:34:36 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-29 00:34:36 +0000 |
| commit | 8d4373b70d74ff5903c13780f397bdbaa5ad4991 (patch) | |
| tree | a329eae7b9c41010d23dd41300a3b1317ccbca9f /macosx/plugins/HIDInput/src/PlugPAD.h | |
| parent | df065b4bf4205db561a5fe7d5652352f6046e40f (diff) | |
| download | pcsxr-8d4373b70d74ff5903c13780f397bdbaa5ad4991.tar.gz | |
implemented config dialog for DFInput on OSX, removed HIDInput.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55259 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/HIDInput/src/PlugPAD.h')
| -rw-r--r-- | macosx/plugins/HIDInput/src/PlugPAD.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/macosx/plugins/HIDInput/src/PlugPAD.h b/macosx/plugins/HIDInput/src/PlugPAD.h deleted file mode 100644 index 514f6474..00000000 --- a/macosx/plugins/HIDInput/src/PlugPAD.h +++ /dev/null @@ -1,35 +0,0 @@ - -#ifndef __PLUG_PAD_H__ -#define __PLUG_PAD_H__ - -#include <IOKit/hid/IOHIDUsageTables.h> - -#define MAX_NUM_PADS 2 -#define MAX_NUM_KEYS 64 -#define MAX_NUM_AXES 32 - -typedef struct { - unsigned long button; - unsigned char reverse; - - pRecDevice device; - pRecElement element; -} keyEntry; - -typedef struct { - unsigned long axis; - unsigned char reverse; - unsigned char positive; - unsigned char lastValue; - - pRecDevice device; - pRecElement element; -} axisEntry; - -extern int gControllerType[MAX_NUM_PADS]; -extern int gNumKeys[MAX_NUM_PADS]; -extern keyEntry gKeys[MAX_NUM_PADS][MAX_NUM_KEYS]; -extern int gNumAxes[MAX_NUM_PADS]; -extern axisEntry gAxes[MAX_NUM_PADS][MAX_NUM_AXES]; - -#endif //__PLUG_PAD_H__
\ No newline at end of file |
