aboutsummaryrefslogtreecommitdiff
path: root/HID Utilities Source/HID_Utilities_CFM.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-10 03:12:42 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-10 03:12:42 +0000
commitfc0ab5a8127cffc9659b1eba88a23748a4513ae1 (patch)
tree3a7f088b04be4c19820dc2f8a6aed5462210ad56 /HID Utilities Source/HID_Utilities_CFM.h
parent5d7db8de8563948f774ee37a8a9a260a01a6723e (diff)
This commit was generated by cvs2svn to compensate for changes in r3157,
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/hcs/hid/; revision=3158
Diffstat (limited to 'HID Utilities Source/HID_Utilities_CFM.h')
-rwxr-xr-xHID Utilities Source/HID_Utilities_CFM.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/HID Utilities Source/HID_Utilities_CFM.h b/HID Utilities Source/HID_Utilities_CFM.h
index 3983b87..305916a 100755
--- a/HID Utilities Source/HID_Utilities_CFM.h
+++ b/HID Utilities Source/HID_Utilities_CFM.h
@@ -41,6 +41,7 @@
OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT
(INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
*/
#ifndef _HID_Utilities_CFM_h_
@@ -58,22 +59,6 @@ extern "C" {
#include "HID_Utilities_External.h"
-// from IOHIDKeys.h (IOKit)
-// this can't be included since the roginal file has framework includes
-// developers may need to add definitions here
-
-enum IOHIDElementType
-{
- kIOHIDElementTypeInput_Misc = 1,
- kIOHIDElementTypeInput_Button = 2,
- kIOHIDElementTypeInput_Axis = 3,
- kIOHIDElementTypeInput_ScanCodes = 4,
- kIOHIDElementTypeOutput = 129,
- kIOHIDElementTypeFeature = 257,
- kIOHIDElementTypeCollection = 513
-};
-typedef enum IOHIDElementType IOHIDElementType;
-
// ==================================
// sets up CFM function pointers. Required to be called prior using an HID Utility function from CFM