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.
DZKeyCap.h
/* |
* File: DZKeyCap.h |
* Author: Dan Venolia |
* |
* Copyright © 1996 Apple Computer, Inc. |
*/ |
#ifndef __DZKeyCap__ |
#define __DZKeyCap__ |
enum { |
kKeyCap_SpaceBar = 49, |
kKeyCap_NumericDot = 65, |
kKeyCap_NumericAsterisk = 67, |
kKeyCap_NumericPlus = 69, |
kKeyCap_NumericClear = 71, |
kKeyCap_NumericSlash = 75, |
kKeyCap_NumericEnter = 76, |
kKeyCap_NumericMinus = 78, |
kKeyCap_NumericEqual = 81, |
kKeyCap_Numeric0 = 82, |
kKeyCap_Numeric1 = 83, |
kKeyCap_Numeric2 = 84, |
kKeyCap_Numeric3 = 85, |
kKeyCap_Numeric4 = 86, |
kKeyCap_Numeric5 = 87, |
kKeyCap_Numeric6 = 88, |
kKeyCap_Numeric7 = 89, |
kKeyCap_Numeric8 = 91, |
kKeyCap_Numeric9 = 92 |
}; |
#endif /* __DZKeyCap__ */ |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-10-14