pcsxr-1.9.92
[pcsx_rearmed.git] / macosx / ExtendedKeys.h
1
2 #ifndef __EXTENDED_KEYS_H__
3 #define __EXTENDED_KEYS_H__
4
5 enum {
6         PSX_FREEZE_KEY = 0xFFBE/*XK_F1*/,
7         PSX_NEXT_FREEZE_SLOT_KEY = 0xFFBF/*XK_F2*/,
8         PSX_DEFROST_KEY = 0xFFC0/*XK_F3*/,
9         PSX_SHOW_FREEZE_PIC_KEY = 0xFFC1/*XK_F4*/,
10         PSX_SIO_ALWAYS_ON_KEY = 0xFFC2/*XK_F5*/,
11         PSX_BW_MDEC_KEY = 0xFFC3/*XK_F6*/,
12         PSX_XA_AUDIO_ON_KEY = 0xFFC4/*XK_F7*/,
13         PSX_SNAPSHOT_KEY = 0xFFC5/*XK_F8*/,
14         PSX_OPEN_SHELL_KEY = 0xFFC6/*XK_F9*/,
15         PSX_CLOSE_SHELL_KEY = 0xFFC7/*XK_F10*/,
16         
17         PSX_STOP_KEY = 0xFF1B/*XK_Escape*/,
18         
19         GPU_FULLSCREEN_KEY = 0x0100,
20         GPU_FPS_DISPLAY_KEY = 0xFFFF/*XK_Delete*/
21 };
22
23 #endif //__EXTENDED_KEYS_H__