From fc0ab5a8127cffc9659b1eba88a23748a4513ae1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 10 Jun 2005 03:12:42 +0000 Subject: 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 --- HID Utilities Source/HID_Utilities_CFM.h | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'HID Utilities Source/HID_Utilities_CFM.h') 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 -- cgit v1.2.1