UNPKG

@overwolf/overwolf-api-ts

Version:

utilities and wrappers for common Overwolf API tasks

7 lines (6 loc) 305 B
/// <reference types="@overwolf/types" /> export declare class OWHotkeys { private constructor(); static getHotkeyText(hotkeyId: string, gameId?: number): Promise<string>; static onHotkeyDown(hotkeyId: string, action: (hotkeyResult: overwolf.settings.hotkeys.OnPressedEvent) => void): void; }