source: abuse/tags/pd/macabuse/imlib/port/mac/mackeys.hpp

Last change on this file was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
File size: 225 bytes
Line 
1#ifndef MACKEYS_HPP
2#define MACKEYS_HPP
3
4enum mac_modnum
5{
6        MAC_COMMAND = 0x37,
7        MAC_LSHIFT,
8        MAC_CAPSLOCK,
9        MAC_LOPTION,
10        MAC_LCONTROL,
11        MAC_RSHIFT,
12        MAC_ROPTION,
13        MAC_RCONTROL,
14        MAC_LAST
15};
16
17extern int mac_map[8];
18
19#endif
Note: See TracBrowser for help on using the repository browser.