Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
HID Support/HID_Name_Lookup.h
/* |
* HID_Name_Lookup.h |
* HID Utilities Slib |
* |
* Created by Geoffrey Stahl on Mon Mar 18 2002. |
* Copyright (c) 2002 Apple Computer, Inc. All rights reserved. |
* |
*/ |
#ifndef _HID_Name_Lookup_h_ |
#define _HID_Name_Lookup_h_ |
// ================================== |
#ifdef __cplusplus |
extern "C" { |
#endif |
// ================================== |
#define kMacallyID 8738 |
#define kiShockID 16400 |
#define kiShock2ID 16416 |
// ================================== |
#ifdef __cplusplus |
} |
#endif |
#endif // _HID_Name_Lookup_h_ |
Copyright © 2004 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2004-03-26