UNPKG
@overwolf/overwolf-api-ts
Version:
latest (1.3.5)
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.1.0
1.0.0
utilities and wrappers for common Overwolf API tasks
@overwolf/overwolf-api-ts
/
dist
/
ow-hotkeys.d.ts
7 lines
(6 loc)
•
305 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <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
; }