2 * Acess2 Window Manager v3
3 * - By John Hodge (thePowersGang)
6 * - Hotkey and key shortcut code
11 typedef struct sHotkey tHotkey;
12 typedef struct sHotkeyTarget tHotkeyTarget;
26 struct sHotkeyTarget *Next;
35 extern void WM_Hotkey_Register(int nKeys, uint32_t *Keys, const char *ActionName);
36 extern void WM_Hotkey_KeyDown(uint32_t Scancode);
37 extern void WM_Hotkey_KeyUp(uint32_t Scancode);