overwolf.games.inputtracking.onKeyUp
Overwolf APIs / overwolf / overwolf / games / inputTracking / onKeyUp
const onKeyUp: Event<KeyEvent>;
Fired when a keyboard key has been released. The event information includes the virtual key code (key) and a boolean stating whether the keypress was on a game or on an Overwolf widget (onGame).